aboutsummaryrefslogtreecommitdiff
path: root/changes/bug30041
blob: 801c8f67ac9870216b990ecb48897fbfa7124961 (plain)
1
2
3
4
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.