From 75daeb5c6d9dd549b92f20edbd795c85e451cbcd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 16 Feb 2016 11:33:21 -0500 Subject: changes file for bug17852 --- changes/bug17852 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changes/bug17852 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf