codership / wsrep-API

Write Set Replication API specification
GNU General Public License v2.0
26 stars 15 forks source link

Instrumentation to make ASAN reports work #69

Closed temeo closed 1 year ago

temeo commented 1 year ago

Add RTLD_NODELETE to dlopen() flags in ASAN builds to allow ASAN resolve symbols and report memleaks. This also suppresses some false positives.