Regarding ASAN algorithm

2018-05-03 Thread Harshith H
How is the value for shadow memory computed on start up of application ? which is then checked by instrumentation code -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send

ASAN for 32bit

2018-08-10 Thread Harshith H
Asan detects use after free and gives a proper traceback. On addr2line on the addresses given theres not info "??0" Only this is seen in most of the cases . Any info on this is helpful . Thanks -- You received this message because you are subscribed to the Google Groups "address-sanitizer"

ASAN ON CUSTOM OS

2018-04-22 Thread Harshith H
HI , We are trying to apply asan to our custom OS . There are set of libc functions and standard API'S intercepted . Can anyone help me with what criteria is used to intercept ? Why not other functions /methods . Thank you -- You received this message because you are subscribed to the Google

Leak sanitizer on FREEBSD

2019-03-12 Thread Harshith H
Hi , I am trying to detect memory leak on freebsd using fsanitize=address option .But its not catching .Read somewhere that lsan is supported on Linux and MacOSx . Is there a workaround for lsan on Freebsd . Thanks Harshith H -- You received this message because you are subscribed