bundlex nifs and libasan
Is it anyone build nifs with libasan support?
Even if I put compiler_flags ["-fno-omit-frame-pointer -fsanitize=address"] it doesn't detect leaks I intentionally left in nif code.
I run elixir with ERL_EXEC="cerl" and set -asan option for vm and erlang is running with address_sanitizer flag.
1 Reply
e.g. for ex_dtls it found some leak, maybe false positive:
but for my plugin I got no leaks found even if I put it intentionally