aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-16 11:33:21 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-16 11:33:21 -0500
commit75daeb5c6d9dd549b92f20edbd795c85e451cbcd (patch)
tree6a6000c41213c5586a6e82509c71b3eb97ff0285 /changes
parentf48c607fd970aedaf0180a0a23b04eb5101abca0 (diff)
downloadtor-75daeb5c6d9dd549b92f20edbd795c85e451cbcd.tar.gz
tor-75daeb5c6d9dd549b92f20edbd795c85e451cbcd.zip
changes file for bug17852
Diffstat (limited to 'changes')
-rw-r--r--changes/bug1785210
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug17852 b/changes/bug17852
new file mode 100644
index 0000000000..b36b55f9d6
--- /dev/null
+++ b/changes/bug17852
@@ -0,0 +1,10 @@
+ o Minor features (code hardening):
+ - Use tor_snprintf() and tor_vsnprintf() even in external and
+ low-level code, to harden against accidental failures to NUL-
+ terminate. Part of ticket 17852. Patch from 'jsturgix'. Found
+ with Flawfinder.
+
+ o Minor bugfixes (private directory):
+ - Prevent a race condition when creating private directories.
+ Fixes part of bug 17852; bugfix on 0.2pre13. Part of ticket
+ 17852. Patch from 'jsturgix'. Found with Flawfinder.