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

AFL-FUZZ and ASAN Stuck at dup2 #146

@ArielSAdamsNASA

Description

@ArielSAdamsNASA

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions