URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0dd7714d4da9824cc1294d6e200dfc9f44fba182
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0dd7714 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Add AddressSanitizer (ASAN) build option
--enable-asan for autotools
-D ENABLE_ASAN:BOOL=TRUE for CMake
Need Clang/LLVM >= 3.1 or GCC >= 4.9
More information about ASAN https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer
Change-Id: I833d4216d9508b8f7550ebc1dff6326734bdb53a
Reviewed-on: https://code.wireshark.org/review/1727
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from b356887 Bugfix in ui/qt/CMakeLists.txt (missing file).
adds 0dd7714 Add AddressSanitizer (ASAN) build option --enable-asan for autotools -D ENABLE_ASAN:BOOL=TRUE for CMake
Summary of changes:
CMakeLists.txt | 11 +++++++++++
CMakeOptions.txt | 1 +
configure.ac | 18 ++++++++++++++++++
3 files changed, 30 insertions(+)