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.
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?
The text was updated successfully, but these errors were encountered:
The following error occurs during the execution of AFL:
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?
The text was updated successfully, but these errors were encountered: