mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
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.
4 lines
172 B
Text
4 lines
172 B
Text
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.
|
|
|