johnmcfarlane / papers

9 stars 1 forks source link

R2 notes #54

Open johnmcfarlane opened 2 years ago

johnmcfarlane commented 2 years ago

Mention when standard library requires rebuild (e.g. Mention sanitizers as part of log and continue.

-fsanitize=... -fno-sanitize-recover=all -fsanitize-recover=all

GCC: -fsanitize-undefined-trap-on-error = use __builtin_trap instead of libubsan. Clang: -fsanitize-trap=undefined

MSVC: https://docs.microsoft.com/en-us/cpp/build/reference/fsanitize?view=msvc-160

More links in the appendix!

johnmcfarlane commented 2 years ago

From this: -fsanitize-minimal-runtime

johnmcfarlane commented 1 year ago

Tenets:

johnmcfarlane commented 2 months ago

FORTIFY_SOURCE