]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix tor_strtok_r_impl and test cases per bug #5091
authornils <nils@shkoo.com>
Fri, 30 Mar 2012 15:01:21 +0000 (11:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 30 Mar 2012 15:01:21 +0000 (11:01 -0400)
commitefb8a09f41fcd4c48bffdc98ae8d5e0002a0bb88
treef3dd0f729bf2c6bf372a2c21252b57ab16fcdc49
parent56e0959d2ab9cae45d39c5b9d72b1bb1b8ad03b7
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
changes/bug5091 [new file with mode: 0644]
src/common/compat.c
src/test/test_util.c