From 286fa94064dcc6d1b260bec77de052274e3c4403 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 8 Nov 2016 18:44:06 -0500 Subject: Use va_copy() in pure-windows version of tor_asprintf(). It's not okay to use the same varargs list twice, and apparently some windows build environments produce code here that would leave tor_asprintf() broken. Fix for bug 20560; bugfix on 0.2.2.11-alpha when tor_asprintf() was introduced. --- changes/bug20560 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug20560 (limited to 'changes') diff --git a/changes/bug20560 b/changes/bug20560 new file mode 100644 index 0000000000..43d605b296 --- /dev/null +++ b/changes/bug20560 @@ -0,0 +1,4 @@ + o Minor bugfixes (portability): + - Run correctly when built on Windows build environments that require + _vcsprintf(). Fixes bug 20560; bugfix on 0.2.2.11-alpha. + -- cgit v1.2.3-54-g00ecf