summaryrefslogtreecommitdiff
path: root/changes/cov217_scanf
diff options
context:
space:
mode:
Diffstat (limited to 'changes/cov217_scanf')
-rw-r--r--changes/cov217_scanf5
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/cov217_scanf b/changes/cov217_scanf
deleted file mode 100644
index 368bca825e..0000000000
--- a/changes/cov217_scanf
+++ /dev/null
@@ -1,5 +0,0 @@
- o Code simplification and refactoring:
- - Use tor_sscanf in place of scanf in more places through the
- code. This makes us a little more locale-independent, and
- should help shut up code-analysis tools that can't tell
- a safe sscanf string from a dangerous one.