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
On Windows, if --target_path is set to a process that starts successfully (and even exits), but does not initialize IPC, the libfuzzer-dotnet.exe runtime will hang in the initial ReadFile() call.
Instead, we should detect process exit (if it occurs), and offer a configurable timeout.
The text was updated successfully, but these errors were encountered:
On Windows, if
--target_path
is set to a process that starts successfully (and even exits), but does not initialize IPC, thelibfuzzer-dotnet.exe
runtime will hang in the initialReadFile()
call.Instead, we should detect process exit (if it occurs), and offer a configurable timeout.
The text was updated successfully, but these errors were encountered: