Skip to content

Improve ASan detection with ldd

Andrés Barrantes Silman requested to merge (removed):master into master

During testing, heaptrack would not detect ASan on some executables.

This change makes the script check /proc/ for the actual path to the binary.

Merge request reports