Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

AFL-FUZZ and ASAN Stuck at dup2 #146

Open
ArielSAdamsNASA opened this issue Aug 16, 2021 · 0 comments
Open

AFL-FUZZ and ASAN Stuck at dup2 #146

ArielSAdamsNASA opened this issue Aug 16, 2021 · 0 comments

Comments

@ArielSAdamsNASA
Copy link

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

    if (waitpid(child_pid, &status, 0) <= 0) PFATAL("waitpid() failed");
  } else {
    s32 res;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant