diff options
author | Alexander Færøy <ahf@torproject.org> | 2019-10-16 18:07:28 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2019-10-16 18:07:28 +0200 |
commit | 8162859ef727619493cfd9368214d3a769b338cb (patch) | |
tree | 1b34888c6c299e2309a2c2220a2fe3d0ea179f12 | |
parent | d91ad5112e91bfed59bebb657feacac64d34494f (diff) | |
download | tor-8162859ef727619493cfd9368214d3a769b338cb.tar.gz tor-8162859ef727619493cfd9368214d3a769b338cb.zip |
Add changes file for #31147
See: https://bugs.torproject.org/31147
-rw-r--r-- | changes/31147 | 3 |
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. |