Displaying 3 results from an estimated 3 matches for "r130919".
2011 Jun 16
2
[LLVMdev] LLVM-based address sanity checker
...nd stack objects
(around globals too, but this is unfinished).
- Tiny patch to actually insert the instrumentation pass and to handle the
"-fasan" flag in the driver.
http://code.google.com/p/address-sanitizer/source/browse/trunk/llvm/clang.patch
This
patch is a bit outdated (applies to r130919)
- The 'ignore' machinery is taken from the ThreadSanitizer project. This
is basically a whitelist/blacklist by function name, file name or module
name.
http://code.google.com/p/data-race-test/source/browse/trunk/tsan/ignore.h.
If LLVM has its own whitelist/blacklist functionality, we cou...
2011 Jun 16
0
[LLVMdev] LLVM-based address sanity checker
On Jun 16, 2011, at 1:27 AM, Kostya Serebryany wrote:
> Hello again,
>
> The tool we announced 1.5 months ago has matured quite a bit.
> In addition to heap out-of-bound and use-after-free bugs it also finds stack overruns/underruns.
> AddressSanitizer is being actively used by the Chromium developers and already found over 20 bugs:
2011 Jun 16
2
[LLVMdev] LLVM-based address sanity checker
Hello again,
The tool we announced 1.5 months ago has matured quite a bit.
In addition to heap out-of-bound and use-after-free bugs it also finds stack
overruns/underruns.
AddressSanitizer is being actively used by the Chromium developers and
already found over 20 bugs:
http://blog.chromium.org/2011/06/testing-chromium-addresssanitizer-fast.html
Question to the LLVM developers: would you