ticket31001 380 B

123456
  1. o Minor bugfixes (compatibility, standards compliance):
  2. - Fix a bug that would invoke undefined behavior on certain operating
  3. systems when trying to asprintf() a string exactly INT_MAX bytes
  4. long. We don't believe this is exploitable, but it's better
  5. to fix it anyway. Fixes bug 31001; bugfix on 0.2.2.11-alpha.
  6. Found and fixed by Tobias Stoeckmann.