mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
dict2file fix
This commit is contained in:
parent
8ad78f5b65
commit
a81b5aa921
@ -90,7 +90,7 @@ void dict2file(int fd, u8 *mem, u32 len) {
|
||||
j = 1;
|
||||
for (i = 0; i < len; i++) {
|
||||
|
||||
if (isprint(mem[i])) {
|
||||
if (isprint(mem[i]) && mem[i] != '\\') {
|
||||
|
||||
line[j++] = mem[i];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user