Skip to content

1.5.7

Compare
Choose a tag to compare
@FSMaxB FSMaxB released this 12 Jul 21:16
· 335 commits to master since this release

Fixes:

  • Fix a bug where realloc failing would return a pointer to an invalid memory address. This is a security issue as it could potentially be used by an attacker to write to arbitrary memory addresses. (see #189), fixed in (954d61e), big thanks @timothyjohncarney for reporting this issue
  • Fix a spelling mistake in the AFL fuzzer dictionary (#185), thanks @jwilk