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

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

Issue 8230007: Update the ASan binaries for Linux to r858 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 2 months 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: r808 4 Version: r858
5 Darwin version: r738 5 Darwin version: r738
6 Date: 2011-09-23 6 Date: 2011-09-23
7 License: Apache 7 License: Apache
8 8
9 Description: ASAN (aka AddressSanitizer) is a fast memory error detector. 9 Description: ASAN (aka AddressSanitizer) is a fast memory error detector.
10 10
11 ASAN consists of a custom LLVM/Clang compiler binary and a run-time library 11 ASAN consists of a custom LLVM/Clang compiler binary and a run-time library
12 which replaces malloc. 12 which replaces malloc.
13 The directory 'asan_clang_Linux' contains the ASAN binaries for Linux 13 The directory 'asan_clang_Linux' contains the ASAN binaries for Linux
14 built according to the instructions at the ASAN site. 14 built according to the instructions at the ASAN site.
15 The directory 'asan_clang_Darvin contains the ASAN binaries for Darwin. 15 The directory 'asan_clang_Darvin contains the ASAN binaries for Darwin.
16 The versions for Linux and Darwin may differ slightly. 16 The versions for Linux and Darwin may differ slightly.
17 17
18 The directory 'scripts' is a verbatim copy from the ASAN source tree. 18 The directory 'scripts' is a verbatim copy from the ASAN source tree.
19 19
20 Security critical: no 20 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