| 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: 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 |
| OLD | NEW |