Wireshark-commits: [Wireshark-commits] master 11d3a0f: Add a -a flag to specify running under ASan,

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 Sep 2016 19:09:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=11d3a0f963e5bd7426c6b29f1e6520420299559f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

11d3a0f by Guy Harris (guy@xxxxxxxxxxxx):

    Add a -a flag to specify running under ASan, and don't set ulimit -v if so.
    
    You can't run ASan-built programs with a ulimit, as ASan allocates a
    huge amount of shadow memory.
    
    Change-Id: Ic4d3c2fae77719f65d4594774bc8aa92d2a3a035
    Ping-Bug: 12797
    Reviewed-on: https://code.wireshark.org/review/17645
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9360f41   mqtt: Only suback has failure in QoS values
    adds  11d3a0f   Add a -a flag to specify running under ASan, and don't set ulimit -v if so.


Summary of changes:
 tools/randpkt-test.sh |   22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)