Displaying 1 result from an estimated 1 matches for "scopeddisabler".
2015 Jan 14
2
[LLVMdev] How do I add suppressions to LSan when testing LLVM with ASan enabled?
I get leaks from a system library:
==16272==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 148 byte(s) in 2 object(s) allocated from:
#0 0x4a3172 in __interceptor_malloc
.../build/../projects/compiler-rt/lib/asan/asan_malloc_linux.cc:40:3
#1 0x7f575d8df1fe in wcsdup (/lib64/libedit.so.0+0x1c1fe)
I don't think I can fix this... ;]
-Chandler
-------------- next part