diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-09 12:03:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-09 12:03:22 -0400 |
commit | c10011532e524846bce300a791f51f298b223f6a (patch) | |
tree | 07eff1d12e35b998af4081bae415c173876ce06d | |
parent | 0fa95308fe5fcce8842530fcae5a49188856e6ac (diff) | |
download | tor-c10011532e524846bce300a791f51f298b223f6a.tar.gz tor-c10011532e524846bce300a791f51f298b223f6a.zip |
Changes file for bug30041
-rw-r--r-- | changes/bug30041 | 5 |
1 files changed, 5 insertions, 0 deletions
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. |