Displaying 1 result from an estimated 1 matches for "320f8747".
Did you mean:
308747
2017 Feb 06
2
Using ASAN on C code called from other languages
Hi all,
I have haskell code that calls into C code and i'd like to compile the C
code with ASAN. I've managed to convince the build system to compile the
C code with '-fsanitize=address -g' (so that if I get a link errors of
the ASAN library isn't linked) and then also managed to link libasan,
but when my trivial test program with an obvious out-of-bounds access
run, I