You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2024. It is now read-only.
When running afl-fuzz with asan and no fork server, the program is stuck at
dup2(dev_null_fd, 1);in afl-fuzz.c.With the fork server, afl-fuzz is stuck at
s32 res;in afl-fuzz.c.in