diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-05-29 09:38:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-29 09:38:57 -0400 |
commit | 0e0cf4abd80249faa23f2bbdb89e62ba96c898f0 (patch) | |
tree | 82b647f4a512840726410a11e0ec8709fbb4381a /changes/bug30561 | |
parent | 0d5a0b4f0ccc804913fbca20acf5fc62f52570b8 (diff) | |
download | tor-0e0cf4abd80249faa23f2bbdb89e62ba96c898f0.tar.gz tor-0e0cf4abd80249faa23f2bbdb89e62ba96c898f0.zip |
Tweak comments in tor_vasprintf(), and add a changes file for 30651
Diffstat (limited to 'changes/bug30561')
-rw-r--r-- | changes/bug30561 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug30561 b/changes/bug30561 new file mode 100644 index 0000000000..afb3f02c62 --- /dev/null +++ b/changes/bug30561 @@ -0,0 +1,6 @@ + o Minor bugfixes (portability): + - Avoid crashing in our tor_vasprintf() implementation on systems that + define neither vasprintf() nor _vscprintf(). (This bug has been here + long enough that we question whether people are running Tor on such + systems, but we're applying the fix out of caution.) Fixes bug 30561; + bugfix on 0.2.8.2-alpha. Found and fixed by Tobias Stoeckmann. |