summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-05-30 09:59:21 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-05-30 09:59:21 -0400
commitef9170db4cc936c7154d8be7626f9c57f75c0049 (patch)
treea747468facf5328d7f52f5c4ead986ece118bef3 /changes
parent61bd8f428b2bd637591dace2d7d65af42740b898 (diff)
parent8f0b29961eb4b9965f22bbcabdc0aa0354c19a4a (diff)
downloadtor-ef9170db4cc936c7154d8be7626f9c57f75c0049.tar.gz
tor-ef9170db4cc936c7154d8be7626f9c57f75c0049.zip
Merge branch 'tor-github/pr/1054'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug305616
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.