Displaying 3 results from an estimated 3 matches for "10aa2757".
2011 Jun 16
0
[LLVMdev] LLVM-based address sanity checker
On 16 June 2011 09:27, Kostya Serebryany <kcc at google.com> wrote:
> Question to the LLVM developers: would you consider adding
> the AddressSanitizer code to the LLVM trunk?
Do you have an idea how hard would it be to port to non-x86 platforms?
I saw some Intel ASM in the C++ file...
The run-time library being 1.5k loc is not encouraging, but it didn't
look particularly
2011 Jun 16
2
[LLVMdev] LLVM-based address sanity checker
...c...
>
Alas. It will grow even more when we add MacOS support.
(currently, only tiny tests work on Mac).
--kcc
>
> cheers,
> --renato
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110616/10aa2757/attachment.html>
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