Browse Source

Changes file for bug30041

Nick Mathewson 5 years ago
parent
commit
c24928dd8f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/bug30041

+ 5 - 0
changes/bug30041

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