[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address/leak sanitizer, somebody?
From: |
Samuel Thibault |
Subject: |
Re: address/leak sanitizer, somebody? |
Date: |
Tue, 14 Apr 2015 17:03:46 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Samuel Thibault, le Tue 14 Apr 2015 15:08:51 +0200, a écrit :
> For work I've been having a look at -fsanitize in gcc. It's not as
> powerful as valgrind, but it should provide very good feedback, and
> apart from tsan, it seems to be very easy to port to other systems
> (basically tell the ucontext layout, the rest is mostly glibc-generic
> actually), could somebody have a look?
Apparently asan (address sanitizer) is 64bit only, but lsan (memory
leak) seems to be 32bit too.
Samuel