summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSanitizer/UBSanitizer.cpp
AgeCommit message (Expand)Author
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