mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
tor_vsscanf(): Don't return -1 if '%%' doesn't match.
tor_vsscanf() is supposed to return the current number of matches on match failure.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes
|
||||
- Enforce correct return behavior of tor_vsscanf(), when the '%%'
|
||||
pattern is used. Fixes bug 5558.
|
||||
Reference in New Issue
Block a user