SHA256
1
0
forked from pool/afl

Accepting request 344164 from home:AndreasStieger:branches:devel:tools

afl 1.95b

OBS-URL: https://build.opensuse.org/request/show/344164
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=41
This commit is contained in:
2015-11-13 09:10:07 +00:00
committed by Git OBS Bridge
parent 7169fb916e
commit 58757387b2
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 13 09:06:47 UTC 2015 - astieger@suse.com
- afl 1.95b:
* Fixed a harmless bug when handling -B
* Made the exit message a bit more accurate when
AFL_EXIT_WHEN_DONE is set.
* Added some error-checking for old-style forkserver syntax.
* Switched from exit() to _exit() in injected code to avoid
snafus with destructors in C++ code.
* Made a change to avoid spuriously setting __AFL_SHM_ID when
AFL_DUMB_FORKSRV is set in conjunction with -n.
-------------------------------------------------------------------
Fri Oct 2 15:11:23 UTC 2015 - astieger@suse.com