perf_event_tests icon indicating copy to clipboard operation
perf_event_tests copied to clipboard

fuzzer: Supply mode argument to open() when required to

Open James-A-Clark opened this issue 2 years ago • 0 comments

Hi,

I noticed that the default behaviour on some configs of libc is to terminate when there is an issue with the open() flags. This change allows the fuzzer to run instead of instantly quitting in that case.

See the commit message for more details.

Thanks James

James-A-Clark avatar Mar 17 '22 13:03 James-A-Clark