clusterfuzz
clusterfuzz copied to clipboard
Dont use map on a zero length list
Fixes: https://github.com/google/clusterfuzz/issues/3965
Doing so caused this error: ChildProcessError: [Errno 10] No child processes
Vitor discovered this issue.