showmap -A -> -H, accurate help output

This commit is contained in:
vanhauser-thc
2021-11-16 11:03:53 +01:00
parent 464f1a78df
commit 268339a683
10 changed files with 43 additions and 22 deletions

View File

@ -452,14 +452,12 @@ save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
if (unlikely(len == 0)) { return 0; }
u8 fn[PATH_MAX];
u8 *queue_fn = "";
u8 new_bits = '\0';
u8 new_bits = 0, keeping = 0, res, classified = 0;
s32 fd;
u8 keeping = 0, res, classified = 0;
u64 cksum = 0;
u8 fn[PATH_MAX];
/* Update path frequency. */
/* Generating a hash on every input is super expensive. Bad idea and should