summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/fd_set.h
diff options
context:
space:
mode:
authorAndrew Kaster <andrewdkaster@gmail.com>2021-05-23 19:40:22 -0600
committerAndreas Kling <kling@serenityos.org>2021-05-27 15:18:03 +0200
commit4a5a1e864894a2d3ac80fdf061a34f5e6a29abfb (patch)
tree8e33a4f87838764c0b8df85a3065def5e0037ced /Userland/Libraries/LibC/fd_set.h
parent505f84daae62ff6b0c94eb2551fd69e87e56823f (diff)
downloadserenity-4a5a1e864894a2d3ac80fdf061a34f5e6a29abfb.zip
Userland: Port UBSAN implementation to userspace
Take Kernel/UBSanitizer.cpp and make a copy in LibSanitizer. We can use LibSanitizer to hold other sanitizers as people implement them :^). To enable UBSAN for LibC, DynamicLoader, and other low level system libraries, LibUBSanitizer is built as a serenity_libc, and has a static version for LibCStatic to use. The approach is the same as that taken in Note that this means now UBSAN is enabled for code generators, Lagom, Kernel, and Userspace with -DENABLE_UNDEFINED_SANTIZER=ON. In userspace however, UBSAN is not deadly (yet). Co-authored-by: ForLoveOfCats <ForLoveOfCats@vivaldi.net>
Diffstat (limited to 'Userland/Libraries/LibC/fd_set.h')
0 files changed, 0 insertions, 0 deletions