HomeFreeBSD

lang/gcc11-devel: Fix Address sanitizer

Description

lang/gcc11-devel: Fix Address sanitizer

Software compiled with -fsanitize=address fails to run with the error
message "ASan runtime does not come first in initial library list; you
should either link runtime to your application or manually preload it
with LD_PRELOAD".

This commit fixes the issue by ignoring the [vdso] loaded shared library
instead of linux-vdso.so.

PR: 267751
Reported by: yuri

Details

Provenance
salvadoreAuthored on Nov 23 2022, 10:35 PM
Parents
R11:4b211242030e: devel/glib20: unbreak some C++ consumers after 27fe5eff9577
Branches
Unknown
Tags
Unknown