Description

I want to be sure my customization does not produce memory leack.
To get this work I want to use the ASAN project.

Could you add mode=asan build option that adds gcc -fsanitize=address -static-libasan options -lasan linker flags.

More info
https://www.osc.edu/resources/getting_started/howto/howto_use_address_sanitizer

Maybe important.
ASAN expects linked first

[root@b276215a3a22 kamailio]# kamailio -DD -E
==13760==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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.