]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug 31001
authorNick Mathewson <nickm@torproject.org>
Fri, 19 Jul 2019 13:21:08 +0000 (09:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 19 Jul 2019 13:21:08 +0000 (09:21 -0400)
changes/ticket31001 [new file with mode: 0644]

diff --git a/changes/ticket31001 b/changes/ticket31001
new file mode 100644 (file)
index 0000000..2ce1cbd
--- /dev/null
@@ -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.