Updated afl to 2.39b.
-------------- Version 2.39b: -------------- - Improved error reporting in afl-cmin. Suggested by floyd. - Made a minor tweak to trace-pc-guard support. Suggested by kcc. - Added a mention of afl-monitor. -------------- Version 2.38b: -------------- - Added -mllvm -sanitizer-coverage-block-threshold=0 to trace-pc-guard mode, as suggested by Kostya Serebryany. -------------- Version 2.37b: -------------- - Fixed a typo. Spotted by Jakub Wilk. - Fixed support for make install when using trace-pc. Spotted by Kurt Roeckx. - Switched trace-pc to trace-pc-guard, which should be considerably faster and is less quirky. Kudos to Konstantin Serebryany (and sorry for dragging my feet). Note that for some reason, this mode doesn't perform as well as "vanilla" afl-clang-fast / afl-clang.
This commit is contained in:
parent
54323e1a3f
commit
9f1ad0bd85
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.53 2017/01/16 09:17:19 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2017/02/07 12:18:54 wiz Exp $
|
||||
|
||||
DISTNAME= afl-2.36b
|
||||
DISTNAME= afl-2.39b
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.54 2017/01/16 09:17:19 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.55 2017/02/07 12:18:54 wiz Exp $
|
||||
|
||||
SHA1 (afl-2.36b.tgz) = 6d6cf9a97d74b17532b91162f9738450001b8c6c
|
||||
RMD160 (afl-2.36b.tgz) = ea0a3e3d571c302f5f1787d4aba675846ca805f9
|
||||
SHA512 (afl-2.36b.tgz) = 3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d
|
||||
Size (afl-2.36b.tgz) = 830689 bytes
|
||||
SHA1 (afl-2.39b.tgz) = f4961085dc1efbe49c425b83c7c1e6e5a0810e6f
|
||||
RMD160 (afl-2.39b.tgz) = e1caa53959368ac90010fefd58fde125900b40e7
|
||||
SHA512 (afl-2.39b.tgz) = 0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0
|
||||
Size (afl-2.39b.tgz) = 830897 bytes
|
||||
|
|
Loading…
Reference in a new issue