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.

Communication issues with parent-child processes #158

@kimiwanano

Description

@kimiwanano

The following error occurs during the execution of AFL:

[-] PROGRAM ABORT: read: Unable to request new process from fork Server (OOM?)
Location: run_target (), the afl - fuzz. C: 2530

So I print the return value of read() res = 0, which means nothing is read. When I check the write(), it does write the child id of the new fork correctly. What would cause afl-fuzz to return a value of 0?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions