mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix tor_strtok_r_impl and test cases per bug #5091
== Nick here. I tweaked this patch a little to make it apply cleanly to master, to extract some common code into a function, and to replace snprintf with tor_snprintf. -- nickm
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Minor bugfixes:
|
||||
- Make our replacement implementation of strtok_r compatible with
|
||||
the standard behavior of strtok_r. Patch by nils. Fixes bug
|
||||
5091; bugfix on 0.2.2.1-alpha.
|
||||
Reference in New Issue
Block a user