You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In oauth_split_post_paramters, strtok_r should be used instead of strtok. In
multithreaded environments, not doing so can result in failure to sign the url
correctly (getting parameters from a url in another thread) or invalid memory
access (strtok internal context pointing to another thread's stack).
http://linux.die.net/man/3/strtok_r
Original issue reported on code.google.com by [email protected] on 1 Oct 2012 at 12:59
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Oct 2012 at 12:59The text was updated successfully, but these errors were encountered: