ladybird/Userland/Libraries/LibSanitizer
Andrew Kaster 882002c566 LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first print
The first time we want to print a UBSAN violation, the UBSAN runtime
in userspace will get the UBSAN_OPTIONS environment variable to check if
it contains the string "halt_on_error=1". This is clearly not robust to
invalid options or adding more options, but it gets the job done at the
moment. :^)
2021-06-29 07:17:34 +04:30
..
CMakeLists.txt Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
UBSanitizer.cpp LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first print 2021-06-29 07:17:34 +04:30