mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
removed redundent funcs
This commit is contained in:
@ -474,7 +474,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
if (afl->in_bitmap) FATAL("Multiple -B options not supported");
|
||||
|
||||
afl->in_bitmap = optarg;
|
||||
read_bitmap(afl, afl->in_bitmap);
|
||||
read_bitmap(afl->in_bitmap, afl->virgin_bits, MAP_SIZE);
|
||||
break;
|
||||
|
||||
case 'C': /* crash mode */
|
||||
|
Reference in New Issue
Block a user