diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-16 11:34:06 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-16 11:34:06 -0500 |
commit | 5cd6c577df3b3f59a8380b03e45d437aa593d326 (patch) | |
tree | 1940f5c05a6abec7f024c15c6f7ceb51e9c85986 /changes | |
parent | 1f679d4ae11cd976f5539bc4ddf36873132aeb00 (diff) | |
parent | 75daeb5c6d9dd549b92f20edbd795c85e451cbcd (diff) | |
download | tor-5cd6c577df3b3f59a8380b03e45d437aa593d326.tar.gz tor-5cd6c577df3b3f59a8380b03e45d437aa593d326.zip |
Merge branch 'bug17852_revised'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17852 | 10 |
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. |