Skip to content

Set ASAN_OPTIONS for asan compatibility

Jim Newsome requested to merge asan-workaround into main

asan normally bails if LD_PRELOAD is set, and it isn't the first LD_PRELOAD'd library. Disable that check.

https://github.com/google/sanitizers/issues/796#issuecomment-578073928

Merge request reports