Skip to content

Commit 19dfb85

Browse files
committed
fix issue with nyx mode in afl-cmin.py (split output by newline)
1 parent 3e52a6d commit 19dfb85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

afl-cmin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ def afl_showmap(input_path=None, batch=None, afl_map_size=None, first=False):
442442
return result
443443
else:
444444
values = []
445-
for line in out.split():
445+
# split by newline to avoid issues with Nyx mode
446+
for line in out.split(b'\n'):
446447
if not line.isdigit():
447448
continue
448449
values.append(int(line))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy