05e0825d66
changelog update
2022-10-24 20:06:57 +02:00
02502c1a54
Merge pull request #1563 from nbars/stable
...
Fix child reaping on fuzzer termination
2022-10-24 20:01:36 +02:00
2cbe49c6eb
Update usage messages
2022-10-24 18:08:29 +02:00
102b749c07
AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblity
...
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set
to the same value.
2022-10-24 17:54:03 +02:00
7512316b46
Add AFL_FORK_SERVER_KILL_SIGNAL environment variable.
...
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal
used to kill the fork server on termination.
2022-10-21 12:47:00 +02:00
f84ea69660
Fix child reaping on fuzzer termination
...
This commit contains the following changes:
- Call `waitpid()` on the child and the fork server when terminating the
fuzzer; thus, we do not end up with zombies.
- Rename `fsrv.kill_signal` to `fsrv.child_kill_signal`, since the
documentation states that the signal is used to terminate the *child*.
- Use SIGTERM instead of fsrv.(child)_kill_signal, thus the fork server
can always reap the child.
2022-10-20 18:08:07 +02:00
0e908d5b1e
Fix -rpath argument
2022-10-20 08:26:55 -04:00
ca9854a924
nits
2022-10-19 10:17:12 +02:00
9a77a6fa92
nits
2022-10-19 08:50:17 +02:00
23580e2cb6
Fix afl-showmap usage output ( #1560 )
2022-10-18 18:55:59 +02:00
26d4771678
Fix exit_on_time ( #1555 )
2022-10-15 12:06:11 +02:00
e6e82948bf
fastexit + code format
2022-10-11 08:53:49 +02:00
2107ece114
auto shmem fuzzing ( #1541 )
...
* auto shmem fuzzing
* print warning when forcing shmem fuzzing
* typos
* Shmem always
* typo fix
* fixes
Co-authored-by: Dominik Maier <dmnk@google.com >
2022-10-07 15:40:04 +02:00
6afca4f073
fix help links
2022-09-17 14:05:24 +02:00
0623a73a5c
fix docs
2022-09-17 11:56:39 +02:00
b27a4a3689
Fix loading and registeration of LTO pass for new pass manager
2022-09-14 15:54:29 +02:00
08f44f4e5d
code format
2022-09-10 19:09:32 +02:00
d06f8b2a93
analyze_run_target return dataconversion
...
analyze_run_target create u64 data and return u32
2022-09-07 19:59:20 +08:00
eb5a914ef6
fix pizza mode
2022-08-25 15:52:46 +02:00
88ff8aa81e
fix gcc_mode cmplog
2022-08-25 08:47:30 +02:00
47d5dbbead
Fix.
2022-08-19 14:33:15 +03:00
4ebde72f28
Change map size dummy value.
2022-08-19 14:33:15 +03:00
b4cb3784a5
add malloc check
2022-08-19 13:17:01 +02:00
7b2145b914
shorter calibration
2022-08-19 09:16:17 +02:00
361263b0f2
better no dry run
2022-08-18 08:06:17 +02:00
eeab1afd57
alt no cal
2022-08-17 12:50:15 +02:00
f00d83afbc
filter pipe in gcc_mode
2022-08-15 17:38:53 +02:00
4e98071385
better handling of -fsanitize=..,...,.. lists
2022-08-14 14:40:26 +02:00
3200e6515b
add AFL_NO_STARTUP_CALIBRATION feature
2022-08-14 12:30:23 +02:00
f22d28333b
code format with clang-format-14
2022-07-24 10:41:50 +00:00
d8d6ea93cf
fix sentence & code format
2022-07-24 10:30:21 +00:00
0540d30274
fix message overflow
2022-07-24 10:23:33 +00:00
6c26434a63
fix pizza mode
2022-07-21 13:41:43 +02:00
d090232452
remove debug
2022-07-19 17:06:23 +02:00
4d20b2d28b
fix
2022-07-19 17:04:53 +02:00
c67f98865e
fix
2022-07-19 14:53:43 +02:00
ca4a8c0f92
post_process 0/NULL return support
2022-07-19 12:24:03 +02:00
b847e0f414
clang format 14
2022-07-12 09:04:54 +02:00
1f4b45b5bf
nit
2022-07-11 12:32:17 +02:00
30736ab7d6
nit
2022-07-11 12:16:33 +02:00
1759859ae2
fix double free on exit for -c 0 on src cmplog
2022-07-07 09:03:46 +02:00
36a0ab1193
Merge pull request #1466 from rhtenhove/cpubind
...
feat: show bound cpu
2022-07-04 10:01:39 +02:00
1334851e7c
cmplog support for gcc_plugin by adacore
2022-07-04 09:59:47 +02:00
b077a7963b
feat: show bound cpu
2022-06-30 21:11:22 +00:00
92352951d7
nits
2022-06-28 11:52:05 +02:00
bb509765df
added back missing memcpy to python mutators
2022-06-28 11:45:22 +02:00
6705953a49
Python mutators: Gracious error handling for illegal return type ( #1464 )
...
* python types error handling
* reverted example change
* more python
* format
2022-06-28 10:23:20 +02:00
1a4c0d2ecd
nits
2022-06-20 17:59:14 +02:00
0c3ba7d227
clarity
2022-06-18 07:23:06 -04:00
bf6a0159a9
formatting
2022-06-18 02:37:11 +02:00