[tor-commits] [tor/master] changes file for bug17852
    nickm at torproject.org 
    nickm at torproject.org
       
    Tue Feb 16 16:36:01 UTC 2016
    
    
  
commit 75daeb5c6d9dd549b92f20edbd795c85e451cbcd
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Feb 16 11:33:21 2016 -0500
    changes file for bug17852
---
 changes/bug17852 | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff --git a/changes/bug17852 b/changes/bug17852
new file mode 100644
index 0000000..b36b55f
--- /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.
    
    
More information about the tor-commits
mailing list