How to Install libasan5 in Ubuntu 18.04



Install libasan5 by entering the following commands in the terminal:

sudo apt update
sudo apt install libasan5

Description:

AddressSanitizer -- a fast memory error detector

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

Homepage: http://gcc.gnu.org/

Version: 8-20180414-1ubuntu2

Section: libs