summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-01 12:57:21 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-01 12:57:21 -0400
commite273890b10092b0a482204920606f3d6d0fdc4b9 (patch)
tree019d7d8f313158ad65ae68871df0357b399531fd /changes
parent734e860d98e1874dcd92e69051806e53205ee0b0 (diff)
parent0317dc2bb2223dd8a51fc8b54a69765764d094d3 (diff)
downloadtor-e273890b10092b0a482204920606f3d6d0fdc4b9.tar.gz
tor-e273890b10092b0a482204920606f3d6d0fdc4b9.zip
Merge branch 'cov217_master'
Diffstat (limited to 'changes')
-rw-r--r--changes/cov217_scanf5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/cov217_scanf b/changes/cov217_scanf
new file mode 100644
index 0000000000..368bca825e
--- /dev/null
+++ b/changes/cov217_scanf
@@ -0,0 +1,5 @@
+ 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.