Wireshark-commits: [Wireshark-commits] master 17546ad: Check for ASAN when fuzzing.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 Sep 2016 21:04:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17546ad88378fbeaad25e571e0fa35e7a5bfa622
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

17546ad by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Check for ASAN when fuzzing.
    
    Try to determine if we passed -fsanitize=address to gcc or clang and
    adjust the ASAN variable fuzz-test.sh, randpkt-test.sh and
    test-captures.sh accordingly.
    
    Change-Id: I88a34828fb5875e1a74a3b180ffb3da37daac0bd
    Reviewed-on: https://code.wireshark.org/review/17848
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  8b04755   ssl-utils: fix decryption of NULL ciphers
    adds  17546ad   Check for ASAN when fuzzing.


Summary of changes:
 tools/fuzz-test.sh     |    2 +-
 tools/randpkt-test.sh  |    2 +-
 tools/test-captures.sh |    4 ++--
 tools/test-common.sh   |    9 +++++++++
 4 files changed, 13 insertions(+), 4 deletions(-)