Merge branch 'maint-0.4.0' into release-0.4.0

This commit is contained in:
teor
2019-04-10 18:27:07 +10:00
3 changed files with 18 additions and 2 deletions
+5
View File
@@ -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.