aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-04-03 16:20:24 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2012-04-03 16:20:24 +0200
commitb80728a115213abfaab6b3a124caac617ce5d253 (patch)
tree2c34856933d9c53e9c6d1f2895f741baf90d0485 /changes
parent42143979d8c594525583ea8de15abf18636f78b1 (diff)
downloadtor-b80728a115213abfaab6b3a124caac617ce5d253.tar
tor-b80728a115213abfaab6b3a124caac617ce5d253.tar.gz
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/bug55583
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug5558 b/changes/bug5558
new file mode 100644
index 000000000..90ab3a6f1
--- /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.