Skip to content

Fix path to suppr-lsan.txt file

Michal Nowak requested to merge mnowak/fix-lsan-suppression-file-path into main

The "suppr-lsan.txt" file needs to be referenced with GitLab-specific variable, otherwise AddressSanitizer won't find it outside the "isc-projects" project group.

This has been introduced in 8a4f098d.

Reported in MM, example of failure:

AddressSanitizer: failed to read suppressions file '/builds/isc-projects/bind9/suppr-lsan.txt'
../ckdnsrps.sh: line 62:  3783 Aborted                 (core dumped) $FEATURETEST --enable-dnsrps

Validation runs:

Edited by Michal Nowak

Merge request reports