You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc: automatically preload ASAN to support analysis of libraries
This fixes analysis of acl. /etc/ld.so.preload is used to deal with test
frameworks that explicitly reset LD_PRELOAD. However, LD_PRELOAD is processed
before /etc/ld.so.preload. Thus, the preloaded library may still conflict with
ASAN if it also wants to intercept symbols like malloc or free.
0 commit comments