d83fa65785
-------------- Version 1.95b: -------------- - Fixed a harmless bug when handling -B. Spotted by Jacek Wielemborek. - Made the exit message a bit more accurate when AFL_EXIT_WHEN_DONE is set. - Added some error-checking for old-style forkserver syntax. Suggested by Ben Nagy. - Switched from exit() to _exit() in injected code to avoid snafus with destructors in C++ code. Spotted by sunblate. - Made a change to avoid spuriously setting __AFL_SHM_ID when AFL_DUMB_FORKSRV is set in conjunction with -n. Spotted by Jakub Wilk.
17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.31 2015/11/17 10:29:03 wiz Exp $
|
|
|
|
DISTNAME= afl-1.95b
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lcamtuf.coredump.cx/afl/
|
|
COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input
|
|
LICENSE= apache-2.0
|
|
|
|
USE_TOOLS+= bash:run gmake
|
|
REPLACE_SH+= afl-plot
|
|
REPLACE_BASH+= afl-cmin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|