Keith Randall aee4f2bacc
[libFuzzer] always install signal handler with SA_ONSTACK (#147422)
SA_ONSTACK is required for certain runtimes that use small stacks, for
instance the Go runtime.
See https://github.com/golang/go/issues/49075
SA_ONSTACK is a no-op unless someone also calls sigaltstack.
2025-08-09 11:45:41 -07:00
..
2023-09-28 15:40:42 +08:00