Accepting request 455996 from devel:tools
- update to 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. - update to 2.38b: * Added -mllvm -sanitizer-coverage-block-threshold=0 to trace-pc-guard mode * Fixed a cosmetic bad free() bug when aborting -S sessions * Made a small change to afl-whatsup to sort fuzzers by name. * Fixed a minor issue with malloc(0) in libdislocator * Changed the clobber pattern in libdislocator to a slightly more reliable one * Added a note about THP performance * Added a somewhat unofficial support for running afl-tmin with a baseline "mask" that causes it to minimize only for edges that are unique to the input file, but not to the "boring" baseline. * "Fixed" a getPassName() problem with never versions of clang. OBS-URL: https://build.opensuse.org/request/show/455996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=31
This commit is contained in:
commit
25ff27a0a4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:596167527ad7a69cf06dc8143a051eb8b2ee04f159447a3086f6e60ae460bcea
|
||||
size 829515
|
3
afl-2.39b.tgz
Normal file
3
afl-2.39b.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:968eceae4d013eee62bc8f2fdddbb7060b92e03a0175153b0285ec7f5c78f141
|
||||
size 830897
|
25
afl.changes
25
afl.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 12:09:01 UTC 2017 - meissner@suse.com
|
||||
|
||||
- update to 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 14:21:37 UTC 2017 - astieger@suse.com
|
||||
|
||||
- update to 2.38b:
|
||||
* Added -mllvm -sanitizer-coverage-block-threshold=0 to
|
||||
trace-pc-guard mode
|
||||
* Fixed a cosmetic bad free() bug when aborting -S sessions
|
||||
* Made a small change to afl-whatsup to sort fuzzers by name.
|
||||
* Fixed a minor issue with malloc(0) in libdislocator
|
||||
* Changed the clobber pattern in libdislocator to a slightly more
|
||||
reliable one
|
||||
* Added a note about THP performance
|
||||
* Added a somewhat unofficial support for running afl-tmin with a
|
||||
baseline "mask" that causes it to minimize only for edges that
|
||||
are unique to the input file, but not to the "boring" baseline.
|
||||
* "Fixed" a getPassName() problem with never versions of clang.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 19 20:05:42 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
4
afl.spec
4
afl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package afl
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: afl
|
||||
Version: 2.35b
|
||||
Version: 2.39b
|
||||
Release: 0
|
||||
Summary: American fuzzy lop is a security-oriented fuzzer
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user