diff options
author | teor <teor@torproject.org> | 2019-08-10 07:21:43 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-10 07:21:43 +1000 |
commit | e07d08a169c3dd43f4cd134c8f993c3f199c2bcc (patch) | |
tree | 549903bb4c8260795255f1994fa8b6bf3ba0b0c4 /changes | |
parent | e0f9a8222b53772a6879ecddb41738a223e3b888 (diff) | |
parent | 0e0cf4abd80249faa23f2bbdb89e62ba96c898f0 (diff) | |
download | tor-e07d08a169c3dd43f4cd134c8f993c3f199c2bcc.tar.gz tor-e07d08a169c3dd43f4cd134c8f993c3f199c2bcc.zip |
Merge remote-tracking branch 'tor-github/pr/1052' into maint-0.2.9
Diffstat (limited to 'changes')
-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. |