From aaa39f56278b7f5687c1ce4cf55bca2d525f1f46a00fa96e403e43f65e62a87b Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 2 Feb 2017 18:42:47 +0000 Subject: [PATCH 1/2] Accepting request 454277 from home:AndreasStieger:branches:devel:tools afl 2.38b OBS-URL: https://build.opensuse.org/request/show/454277 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=72 --- afl-2.35b.tgz | 3 --- afl-2.38b.tgz | 3 +++ afl.changes | 17 +++++++++++++++++ afl.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 afl-2.35b.tgz create mode 100644 afl-2.38b.tgz diff --git a/afl-2.35b.tgz b/afl-2.35b.tgz deleted file mode 100644 index 415e468..0000000 --- a/afl-2.35b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:596167527ad7a69cf06dc8143a051eb8b2ee04f159447a3086f6e60ae460bcea -size 829515 diff --git a/afl-2.38b.tgz b/afl-2.38b.tgz new file mode 100644 index 0000000..01ace92 --- /dev/null +++ b/afl-2.38b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec2e33c42f483e09eccfaac8fe6c38af99861040c720284054e7ac561b2aaf3 +size 830648 diff --git a/afl.changes b/afl.changes index 9520f90..796d342 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 diff --git a/afl.spec b/afl.spec index 52413ed..32e0ab0 100644 --- a/afl.spec +++ b/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.38b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0 From eb03ddfa23ae732db833c85e8a840a90c964c590c1eb02aba5565f07b19e8815 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 10 Feb 2017 12:09:56 +0000 Subject: [PATCH 2/2] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=73 --- afl-2.38b.tgz | 3 --- afl-2.39b.tgz | 3 +++ afl.changes | 8 ++++++++ afl.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 afl-2.38b.tgz create mode 100644 afl-2.39b.tgz diff --git a/afl-2.38b.tgz b/afl-2.38b.tgz deleted file mode 100644 index 01ace92..0000000 --- a/afl-2.38b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dec2e33c42f483e09eccfaac8fe6c38af99861040c720284054e7ac561b2aaf3 -size 830648 diff --git a/afl-2.39b.tgz b/afl-2.39b.tgz new file mode 100644 index 0000000..11e42d7 --- /dev/null +++ b/afl-2.39b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968eceae4d013eee62bc8f2fdddbb7060b92e03a0175153b0285ec7f5c78f141 +size 830897 diff --git a/afl.changes b/afl.changes index 796d342..3dea6ab 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/afl.spec b/afl.spec index 32e0ab0..de6816e 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 2.38b +Version: 2.39b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0