summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-06-02 10:11:29 -0400
committerNick Mathewson <nickm@torproject.org>2016-06-02 10:11:29 -0400
commit5854b19816bc7b09df4785afbfb0e8891b398638 (patch)
treec829d99275f7f4ab7982b6b3f1c5bb3f3188bff7 /changes
parent4165b1a0da893a9f67a2ba32b4fcd54a7804ce14 (diff)
downloadtor-5854b19816bc7b09df4785afbfb0e8891b398638.tar.gz
tor-5854b19816bc7b09df4785afbfb0e8891b398638.zip
Use tor_sscanf, not sscanf, in test_util.c.
Fixes the 0.2.7 case of bug #19213, which prevented mingw64 from working.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug192133
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug19213 b/changes/bug19213
new file mode 100644
index 0000000000..f912ffb0c3
--- /dev/null
+++ b/changes/bug19213
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compilation):
+ - Cause the unit tests to compile correctly on mingw64 versions
+ that lack sscanf. Fixes bug 19213. Bugfix on 0.2.7.1-alpha.