2015-05-08 15:11:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 8 13:05:09 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.77b:
|
|
|
|
* additional fuzzing functionality
|
|
|
|
* reduce number of duplicates
|
|
|
|
* documentation updates
|
|
|
|
* qemu_mode with qemu 2.3.0
|
|
|
|
|
2015-04-27 10:57:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 27 08:45:05 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.73b:
|
|
|
|
- Fixed a bug in effector maps that could sometimes cause more
|
|
|
|
fuzzing than necessary, or SEGV
|
|
|
|
- includes changes from 1.72b:
|
|
|
|
- Fixed a glitch in non-x86 install
|
|
|
|
- Added a minor safeguard to llvm_mode Makefile
|
|
|
|
|
2015-04-20 19:27:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 20 17:20:09 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.71b:
|
|
|
|
- Fix bug with installed copies of AFL trying to use QEMU mode.
|
|
|
|
- Add last path / crash / hang times to fuzzer_stats
|
|
|
|
- with changes from 1.70b:
|
|
|
|
- Modify resumption code to reuse the original timeout value when
|
|
|
|
resuming a session if -t is not given. This prevents timeout
|
|
|
|
creep in continuous fuzzing.
|
|
|
|
- Add improved error messages for failed handshake when
|
|
|
|
AFL_DEFER_FORKSRV is set.
|
|
|
|
- slight improvement to llvm_mode/Makefile
|
|
|
|
- Refresh several bits of documentation.
|
|
|
|
|
2015-04-16 09:56:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 16 07:19:18 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.69b:
|
|
|
|
- Added support for deferred initialization in LLVM mode.
|
|
|
|
- afl 1.68b:
|
|
|
|
- Fixed a minor PRNG glitch that would make the first seconds of
|
|
|
|
a fuzzing job deterministic.
|
|
|
|
- Made tmp[] static in the LLVM runtime to keep Valgrind happy
|
|
|
|
- Clarified the footnote in README.
|
|
|
|
|
2015-04-13 22:03:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 13 19:58:55 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.67b:
|
|
|
|
- One more correction to llvm_mode Makefile
|
|
|
|
- afl 1.66b:
|
|
|
|
- Added CC / CXX support to llvm_mode Makefile
|
|
|
|
- Fixed 'make clean' with gmake
|
|
|
|
- Fixed 'make -j n clean all'
|
|
|
|
- Removed build date and time from banners to give people deterministic
|
|
|
|
builds
|
|
|
|
- drop afl-1.46b-nodate.patch, thus obsoleted
|
|
|
|
|
2015-04-13 17:14:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 13 15:11:11 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.65b:
|
|
|
|
- Fixed a snafu with some leftover code in afl-clang-fast.
|
|
|
|
- Corrected even moar typos.
|
|
|
|
|
2015-04-12 11:46:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 12 09:41:38 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.64b:
|
|
|
|
- improve compatibility with non-ELF platforms.
|
|
|
|
- Fixed a problem with afl-clang-fast and -shared libraries.
|
|
|
|
- Removed unnecessary instrumentation density adjustment for LLVM
|
|
|
|
- includes changes from 1.63b:
|
|
|
|
- Updated cgroups_asan/
|
|
|
|
- Fixed typos
|
|
|
|
|
2015-04-11 09:24:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 11 07:15:12 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.62b:
|
|
|
|
- Improved the handling of -x in afl-clang-fast,
|
|
|
|
- Improved the handling of low AFL_INST_RATIO settings for QEMU and
|
|
|
|
LLVM modes.
|
|
|
|
- Fixed the llvm-config bug for good
|
|
|
|
- includes changes from 1.61b:
|
|
|
|
- Fixed an obscure bug compiling OpenSSL with afl-clang-fast.
|
|
|
|
- Fixed a 'make install' bug on non-x86 systems
|
|
|
|
- Fixed a problem with half-broken llvm-config
|
|
|
|
|
2015-04-09 15:22:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 9 13:12:37 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.60b:
|
|
|
|
* Allowed experimental/llvm_instrumentation/ to graduate to llvm_mode/.
|
|
|
|
* Removed experimental/arm_support/, since it's completely broken and likely
|
|
|
|
unnecessary with LLVM support in place.
|
|
|
|
* Added ASAN cgroups script to experimental/asan_cgroups/, updated existing
|
|
|
|
docs. Courtesy Sam Hakim and David A. Wheeler.
|
|
|
|
* Refactored afl-tmin to reduce the number of execs in common use cases.
|
|
|
|
Ideas from Jonathan Neuschafer and Turo Lamminen.
|
|
|
|
* Added a note about CLAs at the bottom of README.
|
|
|
|
* Renamed testcases_readme.txt to README.testcases for some semblance of
|
|
|
|
consistency.
|
|
|
|
* Made assorted updates to docs.
|
|
|
|
- includes changes from 1.59b
|
|
|
|
* Imported Laszlo Szekeres' experimental LLVM instrumentation into
|
|
|
|
experimental/llvm_instrumentation. I'll work on including it in the
|
|
|
|
"mainstream" version soon.
|
|
|
|
- updates afl-1.46b-nodate.patch
|
|
|
|
|
2015-03-27 21:33:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 27 20:26:35 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- fix SLE 11 SP3 build, add afl-1.58b-fix-paths.patch
|
|
|
|
|
2015-03-27 15:44:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 27 14:40:09 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- afl 1.58b:
|
|
|
|
* Added a workaround for abort() behavior in -lpthread programs in
|
|
|
|
QEMU mode.
|
|
|
|
* Made several documentation updates, including links to the
|
|
|
|
static instrumentation tool (sister_projects.txt).
|
|
|
|
- use libexecdir
|
|
|
|
|
2015-03-24 16:58:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 24 15:58:08 UTC 2015 - meissner@suse.com
|
|
|
|
|
|
|
|
- updated to 1.57b
|
|
|
|
|
2015-02-16 14:04:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 16 12:53:36 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- initial package
|
|
|
|
|