summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSanitizer
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-03AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>Andreas Kling
2021-12-15LibSanitizer: Log UBSAN errors in red text to the debug consoleAndrew Kaster
2021-12-15AK+LibSanitizer: Add method to zero out a UBSAN SourceLocationAndrew Kaster
2021-12-15LibSanitizer: Check for halt_on_error=0 in $UBSAN_OPTIONSAndrew Kaster
2021-08-08LibSanitizer+AK: Add float cast overflow handlerDaniel Bertalan
2021-06-29LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first printAndrew Kaster
2021-05-27Userland: Port UBSAN implementation to userspaceAndrew Kaster