mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
o Minor bugfixes:
|
|
- Replace all calls to snprintf outside of src/ext with tor_snprintf.
|
|
Fix for bug 7304.
|
|
o Code simplification and refactoring:
|
|
- Remove the #define to replace snprintf with _snprintf on windows;
|
|
they have different semantics, and all of our callers should be
|
|
using tor_snprintf anyway. Partial fix for bug 7304.
|