mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Reviewed by: jrtc27 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32773
4 lines
236 B
Text
4 lines
236 B
Text
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.
|