mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
286fa94064
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.
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
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.
|
|
|