From f84e284bc42803331b3960acb3fd2cb4a84e1a51 Mon Sep 17 00:00:00 2001 From: msmeissn <> Date: Aug 20 2022 19:03:53 +0000 Subject: Update afl to version 4.02c / rev 71 via SR 998344 https://build.opensuse.org/request/show/998344 by user msmeissn + dimstar_suse - updated to 4.02c - afl-cc: - important fix for the default pcguard mode when LLVM IR vector selects are produced, thanks to @juppytt for reporting! - gcc_plugin: - Adacore submitted CMPLOG support to the gcc_plugin! :-) - llvm_mode: - laf cmp splitting fixed for more comparison types - frida_mode: - now works on Android! - afl-fuzz: - change post_process hook to allow returning NULL and 0 length to tell afl-fuzz to skip this mutated input (forwarded request 998343 from msmeissn) --- diff --git a/.files b/.files index 140fa10..7e76c93 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 031f31d..5694eb3 100644 --- a/.rev +++ b/.rev @@ -1110,4 +1110,24 @@ - converted all passed to use the new llvm pass manager for llvm 11+ 985621 + + c31081618de30e648f60e6df5c2d76c7 + 4.02c + + dimstar_suse + - updated to 4.02c + - afl-cc: + - important fix for the default pcguard mode when LLVM IR vector + selects are produced, thanks to @juppytt for reporting! + - gcc_plugin: + - Adacore submitted CMPLOG support to the gcc_plugin! :-) + - llvm_mode: + - laf cmp splitting fixed for more comparison types + - frida_mode: + - now works on Android! + - afl-fuzz: + - change post_process hook to allow returning NULL and 0 length to + tell afl-fuzz to skip this mutated input (forwarded request 998343 from msmeissn) + 998344 + diff --git a/4.01c.tar.gz b/4.01c.tar.gz deleted file mode 120000 index 1d75437..0000000 --- a/4.01c.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeifzy4b25plru4lrce6zjancldn52fsecu4nqcrcelg275funmsjoq \ No newline at end of file diff --git a/4.02c.tar.gz b/4.02c.tar.gz new file mode 120000 index 0000000..72f5057 --- /dev/null +++ b/4.02c.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeifsdnseo6m3rkvahlli365s4eznktlkfdlgkyobit6p2rhgtx7wne \ No newline at end of file diff --git a/afl.changes b/afl.changes index f0f89a4..44a9425 100644 --- a/afl.changes +++ b/afl.changes @@ -1,4 +1,21 @@ ------------------------------------------------------------------- +Sat Aug 20 11:55:57 UTC 2022 - Marcus Meissner + +- updated to 4.02c + - afl-cc: + - important fix for the default pcguard mode when LLVM IR vector + selects are produced, thanks to @juppytt for reporting! + - gcc_plugin: + - Adacore submitted CMPLOG support to the gcc_plugin! :-) + - llvm_mode: + - laf cmp splitting fixed for more comparison types + - frida_mode: + - now works on Android! + - afl-fuzz: + - change post_process hook to allow returning NULL and 0 length to + tell afl-fuzz to skip this mutated input + +------------------------------------------------------------------- Tue Jun 28 14:32:52 UTC 2022 - Marcus Meissner - updated to 4.01c diff --git a/afl.spec b/afl.spec index a98d21b..0b07bad 100644 --- a/afl.spec +++ b/afl.spec @@ -36,7 +36,7 @@ %endif Name: afl -Version: 4.01c +Version: 4.02c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer #URL: https://lcamtuf.coredump.cx/afl/