OLD | NEW |
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: r738 | 4 Version: r757 |
| 5 Darwin version: r738 |
5 Date: 2011-05-23 | 6 Date: 2011-05-23 |
6 License: Apache | 7 License: Apache |
7 | 8 |
8 Description: ASAN (aka AddressSanitizer) is a fast memory error detector. | 9 Description: ASAN (aka AddressSanitizer) is a fast memory error detector. |
9 | 10 |
10 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 |
11 which replaces malloc. | 12 which replaces malloc. |
12 The directory 'asan_clang_Linux' contains the ASAN binaries for Linux | 13 The directory 'asan_clang_Linux' contains the ASAN binaries for Linux |
13 built according to the instructions at the ASAN site. | 14 built according to the instructions at the ASAN site. |
14 Mac binaries are coming soon. | 15 The directory 'asan_clang_Darvin contains the ASAN binaries for Darwin. |
| 16 The versions for Linux and Darwin may differ slightly. |
15 | 17 |
16 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. |
17 | 19 |
18 Security critical: no | 20 Security critical: no |
OLD | NEW |