oss-fuzz/infra/base-images/base-builder-go
Catena cyber 25946a5448
golang: fixes libfuzzer signal handling (#10314)
libfuzzer needs to have its signal handler with SA_ONSTACK because
golang stacks are small and not guarded against overflows

Waiting for the clang libfuzzer patch cf
https://reviews.llvm.org/D150231, we can fix the signal handlers with
the help of `LLVMFuzzerInitialize`

Long story : https://github.com/golang/go/issues/49075

I hope it will improve the stability of all golang projects
2023-05-18 11:29:38 +10:00
..
Dockerfile golang: fixes libfuzzer signal handling (#10314) 2023-05-18 11:29:38 +10:00
gosigfuzz.c golang: fixes libfuzzer signal handling (#10314) 2023-05-18 11:29:38 +10:00
ossfuzz_coverage_runner.go infra: fix golang coverage path to corpus (#9833) 2023-03-07 19:50:16 +11:00