mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
cleanup minor issues
This commit is contained in:
@ -1095,7 +1095,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
if (map_size != real_map_size) {
|
||||
|
||||
afl->fsrv.map_size = real_map_size;
|
||||
if (afl->cmplog_binary) afl->cmplog_fsrv.map_size;
|
||||
if (afl->cmplog_binary) afl->cmplog_fsrv.map_size = real_map_size;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user