[all-commits] [llvm/llvm-project] 33cc58: [compiler-rt][libFuzzer] Add support for capturing...
Dan Blackwell via All-commits
all-commits at lists.llvm.org
Mon Jul 28 07:47:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33cc58f46f0c163d4bea2c7212b3830b3adf99b3
https://github.com/llvm/llvm-project/commit/33cc58f46f0c163d4bea2c7212b3830b3adf99b3
Author: Dan Blackwell <dan_blackwell at apple.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
M compiler-rt/lib/fuzzer/FuzzerFlags.def
M compiler-rt/lib/fuzzer/FuzzerOptions.h
M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
M compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
A compiler-rt/test/fuzzer/SigTrapTest.cpp
A compiler-rt/test/fuzzer/sig-trap.test
Log Message:
-----------
[compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120)
Swift's FatalError raises a SIGTRAP, which currently causes the fuzzer
to exit without writing out the crashing input.
rdar://142975522
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list