mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
065ef8f783
Reviewed by: jrtc27 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32773
5 lines
236 B
Plaintext
5 lines
236 B
Plaintext
Build the base system with Address Sanitizer (ASan) to detect
|
|
memory corruption bugs such as buffer overflows or use-after-free.
|
|
Requires that Clang be used as the base system compiler
|
|
and that the runtime support library is available.
|