From: Nick Mathewson Date: Tue, 9 Apr 2019 16:03:22 +0000 (-0400) Subject: Changes file for bug30041 X-Git-Tag: tor-0.3.5.9~29^2^2~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c10011532e524846bce300a791f51f298b223f6a;p=thirdparty%2Ftor.git Changes file for bug30041 --- diff --git a/changes/bug30041 b/changes/bug30041 new file mode 100644 index 0000000000..801c8f67ac --- /dev/null +++ b/changes/bug30041 @@ -0,0 +1,5 @@ + o Minor bugfixes (hardening): + - Verify in more places that we are not about to create a buffer + with more than INT_MAX bytes, to avoid possible OOB access in the event + of bugs. Fixes bug 30041; bugfix on 0.2.0.16. Found and fixed by + Tobias Stoeckmann.