From b80728a115213abfaab6b3a124caac617ce5d253 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Tue, 3 Apr 2012 16:20:24 +0200 Subject: tor_vsscanf(): Don't return -1 if '%%' doesn't match. tor_vsscanf() is supposed to return the current number of matches on match failure. --- changes/bug5558 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug5558 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf