aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-07-19 09:21:08 -0400
committerNick Mathewson <nickm@torproject.org>2019-07-19 09:21:08 -0400
commit97d73db7c36ec3fac2974726012f76bff63f9dfc (patch)
tree508f2fc4ca79207cdc39f298a4969e65e3847122
parent0d4a689d3ae8f7e05b3baf8ad71d983a767ef55b (diff)
downloadtor-97d73db7c36ec3fac2974726012f76bff63f9dfc.tar.gz
tor-97d73db7c36ec3fac2974726012f76bff63f9dfc.zip
Changes file for bug 31001
-rw-r--r--changes/ticket310016
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket31001 b/changes/ticket31001
new file mode 100644
index 0000000000..2ce1cbdf34
--- /dev/null
+++ b/changes/ticket31001
@@ -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.