]> git.ipfire.org Git - thirdparty/tor.git/commit
Extend tor_sscanf so it can replace sscanf in rephist.c
authorNick Mathewson <nickm@torproject.org>
Thu, 6 Oct 2011 17:25:04 +0000 (13:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 28 Jun 2012 13:54:05 +0000 (09:54 -0400)
commitd4285f03df475dccf2a7132e2a8808715f383c24
treeb13186c40bb616570de30df6cc8f507251888726
parente12eba55b27ec3ecf0dac586f1eb3adc4b373ca0
Extend tor_sscanf so it can replace sscanf in rephist.c

Fixes bug 4195 and Coverity CID 448
changes/bug4195 [new file with mode: 0644]
src/common/util.c
src/or/rephist.c
src/test/test_util.c