diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-04-03 16:20:24 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2012-04-03 16:20:24 +0200 |
commit | b80728a115213abfaab6b3a124caac617ce5d253 (patch) | |
tree | 2c34856933d9c53e9c6d1f2895f741baf90d0485 /changes | |
parent | 42143979d8c594525583ea8de15abf18636f78b1 (diff) | |
download | tor-b80728a115213abfaab6b3a124caac617ce5d253.tar.gz tor-b80728a115213abfaab6b3a124caac617ce5d253.zip |
tor_vsscanf(): Don't return -1 if '%%' doesn't match.
tor_vsscanf() is supposed to return the current number of matches on
match failure.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5558 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug5558 b/changes/bug5558 new file mode 100644 index 0000000000..90ab3a6f14 --- /dev/null +++ b/changes/bug5558 @@ -0,0 +1,3 @@ + o Minor bugfixes + - Enforce correct return behavior of tor_vsscanf(), when the '%%' + pattern is used. Fixes bug 5558. |