]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug17852
authorNick Mathewson <nickm@torproject.org>
Tue, 16 Feb 2016 16:33:21 +0000 (11:33 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 16 Feb 2016 16:33:21 +0000 (11:33 -0500)
changes/bug17852 [new file with mode: 0644]

diff --git a/changes/bug17852 b/changes/bug17852
new file mode 100644 (file)
index 0000000..b36b55f
--- /dev/null
@@ -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.