Skip to content
Snippets Groups Projects
Commit 1f06b55a authored by vanhauser-thc's avatar vanhauser-thc
Browse files

4.02c

parent 7b6ee282
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250"> <img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250">
Release version: [4.01c](https://github.com/AFLplusplus/AFLplusplus/releases) Release version: [4.02c](https://github.com/AFLplusplus/AFLplusplus/releases)
GitHub version: 4.02a GitHub version: 4.02c
Repository: Repository:
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
......
...@@ -8,10 +8,7 @@ ...@@ -8,10 +8,7 @@
Want to stay in the loop on major new features? Join our mailing list by Want to stay in the loop on major new features? Join our mailing list by
sending a mail to <afl-users+subscribe@googlegroups.com>. sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++4.02a (dev) ### Version ++4.02c (release)
- afl-fuzz:
- change post_process hook to allow returning NULL and 0 length to
tell afl-fuzz to skip this mutated input
- afl-cc: - afl-cc:
- important fix for the default pcguard mode when LLVM IR vector - important fix for the default pcguard mode when LLVM IR vector
selects are produced, thanks to @juppytt for reporting! selects are produced, thanks to @juppytt for reporting!
...@@ -21,6 +18,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ...@@ -21,6 +18,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- laf cmp splitting fixed for more comparison types - laf cmp splitting fixed for more comparison types
- frida_mode: - frida_mode:
- now works on Android! - 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
### Version ++4.01c (release) ### Version ++4.01c (release)
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
/* Version string: */ /* Version string: */
// c = release, a = volatile github dev, e = experimental branch // c = release, a = volatile github dev, e = experimental branch
#define VERSION "++4.02a" #define VERSION "++4.02c"
/****************************************************** /******************************************************
* * * *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment