summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2019-10-16 18:07:28 +0200
committerAlexander Færøy <ahf@torproject.org>2019-10-16 18:07:28 +0200
commit8162859ef727619493cfd9368214d3a769b338cb (patch)
tree1b34888c6c299e2309a2c2220a2fe3d0ea179f12
parentd91ad5112e91bfed59bebb657feacac64d34494f (diff)
downloadtor-8162859ef727619493cfd9368214d3a769b338cb.tar.gz
tor-8162859ef727619493cfd9368214d3a769b338cb.zip
Add changes file for #31147
See: https://bugs.torproject.org/31147
-rw-r--r--changes/311473
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/31147 b/changes/31147
new file mode 100644
index 0000000000..d6f5cbdf43
--- /dev/null
+++ b/changes/31147
@@ -0,0 +1,3 @@
+ o Minor features (defense in depth):
+ - Add additional sanity checks around tor_vasprintf() usage in case the
+ function returns an error. Patch by Tobias Stoeckmann. Fixes ticket 31147.