summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/gwp_asan/optional
AgeCommit message (Expand)Author
2024-06-13[GWP-ASan] Various test fixes. (#94938)Mitch Phillips
2023-02-28[GWP-ASan] Handle wild touches of the guarded pool.Mitch Phillips
2023-01-17Reland: [GWP-ASan] Add recoverable mode.Mitch Phillips
2023-01-12Revert "[GWP-ASan] Add recoverable mode."Mitch Phillips
2023-01-11[GWP-ASan] Add recoverable mode.Mitch Phillips
2023-01-10[GWP-ASan] Fix up bad report for in-page underflow w/ UaFMitch Phillips
2022-12-12[GWP-ASan] Fix sanitizer backtrace util using wrong print.Mitch Phillips
2021-04-28[gwp_asan] Use __sanitizer_fast_backtrace on FuchsiaRoland McGrath
2021-01-15[GWP-ASan] Add inbuilt options parser.Mitch Phillips
2021-01-14[GWP-ASan] Minor refactor of optional components.Mitch Phillips
2020-11-02[GWP-ASan] Stub out backtrace/signal functions on FuchsiaKostya Kortchinsky
2020-10-19[GWP-ASan] Cleanup (NFC)Kostya Kortchinsky
2020-07-27[GWP-ASan] Fix uninitialized memory use in sigaction.Mitch Phillips
2020-07-21[GWP-ASan] Split the unwinder into segv/non-segv.Mitch Phillips
2020-07-21Revert 502f0cc0e38 "[GWP-ASan] Split the unwinder into segv/non-segv."Hans Wennborg
2020-07-17[GWP-ASan] Split the unwinder into segv/non-segv.Mitch Phillips
2020-02-05[GWP-ASan] Fix unused variables from crash handler + clang-formatMitch Phillips
2020-02-05[GWP-ASan] Crash Handler API.Mitch Phillips
2019-08-23[GWP-ASan] Split options_parser and backtrace_sanitizer_common.Mitch Phillips
2019-08-12[GWP-ASan] Update backtrace function signature.Mitch Phillips
2019-07-02[GWP-ASan] Add generic unwinders and structure backtrace output.Mitch Phillips
2019-06-04[GWP-ASan] Configuration options [3].Mitch Phillips