Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Side by Side Diff: third_party/asan/README.chromium

Issue 8404033: New ASan binaries for Linux (r946) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/asan/asan_clang_Linux/bin/clang » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: asan 1 Name: asan
2 URL: http://code.google.com/p/address-sanitizer/ 2 URL: http://code.google.com/p/address-sanitizer/
3 http://sites.google.com/a/chromium.org/dev/developers/testing/addresssaniti zer 3 http://sites.google.com/a/chromium.org/dev/developers/testing/addresssaniti zer
4 Version: r892 4 Version: r946
5 Date: 2011-10-18 5 Date: 2011-10-27
6 Darwin version: r859 6 Darwin version: r859
7 Darwin date: 2011-10-11 7 Darwin date: 2011-10-11
8 License: Apache 8 License: Apache
9 9
10 Description: ASAN (aka AddressSanitizer) is a fast memory error detector. 10 Description: ASAN (aka AddressSanitizer) is a fast memory error detector.
11 11
12 ASAN consists of a custom LLVM/Clang compiler binary and a run-time library 12 ASAN consists of a custom LLVM/Clang compiler binary and a run-time library
13 which replaces malloc. 13 which replaces malloc.
14 The directory 'asan_clang_Linux' contains the ASAN binaries for Linux 14 The directory 'asan_clang_Linux' contains the ASAN binaries for Linux
15 built according to the instructions at the ASAN site. 15 built according to the instructions at the ASAN site.
16 The directory 'asan_clang_Darwin' contains the ASAN binaries for Darwin. 16 The directory 'asan_clang_Darwin' contains the ASAN binaries for Darwin.
17 The versions for Linux and Darwin may differ slightly. 17 The versions for Linux and Darwin may differ slightly.
18 18
19 The directory 'scripts' is a verbatim copy from the ASAN source tree. 19 The directory 'scripts' is a verbatim copy from the ASAN source tree.
20 20
21 Security critical: no 21 Security critical: no
OLDNEW
« no previous file with comments | « no previous file | third_party/asan/asan_clang_Linux/bin/clang » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698