Changes file for bug30041

This commit is contained in:
Nick Mathewson 2019-04-09 12:03:22 -04:00
parent 0fa95308fe
commit c10011532e

5
changes/bug30041 Normal file
View File

@ -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.