blob: 0f307e5be39107f5db71278f68350ae4544de935 [file] [log] [blame]
Name: asan
URL: http://code.google.com/p/address-sanitizer/
http://sites.google.com/a/chromium.org/dev/developers/testing/addresssanitizer
Version: r146734
Date: 2011-12-16
Darwin ASan version: r1096
Darwin date: 2011-11-25
License: Apache
Description: ASAN (aka AddressSanitizer) is a fast memory error detector.
ASAN consists of a custom LLVM/Clang compiler binary and a run-time library
which replaces malloc.
The directory 'asan_clang_Linux' contains the ASAN binaries for Linux
built according to the instructions at the ASAN site.
The directory 'asan_clang_Darwin' contains the ASAN binaries for Darwin.
The versions for Linux and Darwin may differ slightly.
The directory 'scripts' is a verbatim copy from the ASAN source tree.
Security critical: no