blob: c13a602d1f318f95c920087d73440c2795e8a013 [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: r147338
Darwin date: 2011-12-29
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