]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug30041
authorNick Mathewson <nickm@torproject.org>
Tue, 9 Apr 2019 16:03:22 +0000 (12:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 9 Apr 2019 16:03:22 +0000 (12:03 -0400)
changes/bug30041 [new file with mode: 0644]

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