Changes file for bug 31001

This commit is contained in:
Nick Mathewson 2019-07-19 09:21:08 -04:00
parent 0d4a689d3a
commit 97d73db7c3

6
changes/ticket31001 Normal file
View File

@ -0,0 +1,6 @@
o Minor bugfixes (compatibility, standards compliance):
- Fix a bug that would invoke undefined behavior on certain operating
systems when trying to asprintf() a string exactly INT_MAX bytes
long. We don't believe this is exploitable, but it's better
to fix it anyway. Fixes bug 31001; bugfix on 0.2.2.11-alpha.
Found and fixed by Tobias Stoeckmann.