aboutsummaryrefslogtreecommitdiff
path: root/changes/7304
diff options
context:
space:
mode:
Diffstat (limited to 'changes/7304')
-rw-r--r--changes/73047
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/7304 b/changes/7304
deleted file mode 100644
index bfb797b10..000000000
--- a/changes/7304
+++ /dev/null
@@ -1,7 +0,0 @@
- 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.