From 78226c0401dd3fa91aaa1ff58a3d58e0dfc6ef4df00ccee2b00982c245f54761 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 12 Apr 2017 06:26:28 +0000 Subject: [PATCH] - update to 2.41b: - Addressed a major user complaint related to timeout detection. Timing out inputs are now binned as "hangs" only if they exceed a far more generous time limit than the one used to reject slow paths. - update to 2.40b: - Fixed a minor oversight in the insertion strategy for dictionary words. Spotted by Andrzej Jackowski. - Made a small improvement to the havoc block insertion strategy. - Adjusted color rules for "is it done yet?" indicators. OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=77 --- afl-2.39b.tgz | 3 --- afl-2.41b.tgz | 3 +++ afl.changes | 13 +++++++++++++ afl.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 afl-2.39b.tgz create mode 100644 afl-2.41b.tgz diff --git a/afl-2.39b.tgz b/afl-2.39b.tgz deleted file mode 100644 index 11e42d7..0000000 --- a/afl-2.39b.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:968eceae4d013eee62bc8f2fdddbb7060b92e03a0175153b0285ec7f5c78f141 -size 830897 diff --git a/afl-2.41b.tgz b/afl-2.41b.tgz new file mode 100644 index 0000000..cfd0b0f --- /dev/null +++ b/afl-2.41b.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0670b13235264e688a7ccfbeeee257e9c57dcc86ead676247d92d199c194968f +size 832153 diff --git a/afl.changes b/afl.changes index 4f6e1ac..1d063fc 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 12 06:25:50 UTC 2017 - meissner@suse.com + +- update to 2.41b: + - Addressed a major user complaint related to timeout detection. Timing out + inputs are now binned as "hangs" only if they exceed a far more generous + time limit than the one used to reject slow paths. +- update to 2.40b: + - Fixed a minor oversight in the insertion strategy for dictionary words. + Spotted by Andrzej Jackowski. + - Made a small improvement to the havoc block insertion strategy. + - Adjusted color rules for "is it done yet?" indicators. + ------------------------------------------------------------------- Wed Mar 8 20:52:05 UTC 2017 - sfalken@opensuse.org diff --git a/afl.spec b/afl.spec index ae71f8d..81d9f89 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 2.39b +Version: 2.41b Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0