CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/04/27 07:17:34
Modified files:
devel/afl : Makefile distinfo
devel/afl/patches: patch-Makefile
Log message:
update afl to 1.73b
OK jsg@ (MAINTAINER)
--------------
- Fixed a pretty stupid bug in effector maps that could sometimes cause
AFL to fuzz slightly more than necessary; and in very rare circumstances,
could lead to SEGV if eff_map is aligned with page boundary and followed
by an unmapped page. Spotted by Jonathan Gray.
--------------
- Fixed a glitch in non-x86 install, spotted by Tobias Ospelt.
- Added a minor safeguard to llvm_mode Makefile following a report from
Kai Zhao.