Description
Provides the AddressSanitizer runtime used by programs built with GCC's memory error detection instrumentation. Developers use it to find invalid memory access, buffer overflows, and use-after-free bugs.
It is mainly a development and debugging dependency. Normal users may need it to run instrumented test builds, but it does not add a separate application.