mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
fix non instrumented mode, fix check_binary
This commit is contained in:
@ -2300,12 +2300,6 @@ void fix_up_sync(afl_state_t *afl) {
|
||||
|
||||
u8 *x = afl->sync_id;
|
||||
|
||||
if (afl->non_instrumented_mode) {
|
||||
|
||||
FATAL("-S / -M and -n are mutually exclusive");
|
||||
|
||||
}
|
||||
|
||||
while (*x) {
|
||||
|
||||
if (!isalnum(*x) && *x != '_' && *x != '-') {
|
||||
|
Reference in New Issue
Block a user