tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8162859ef727619493cfd9368214d3a769b338cb
parent d91ad5112e91bfed59bebb657feacac64d34494f
Author: Alexander Færøy <ahf@torproject.org>
Date:   Wed, 16 Oct 2019 18:07:28 +0200

Add changes file for #31147

See: https://bugs.torproject.org/31147

Diffstat:
Achanges/31147 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/31147 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.