Wireshark-commits: [Wireshark-commits] master-2.2 0784542: Add a -a flag to specify running under A

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 Sep 2016 18:31:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0784542d9b1810f1e590185c476273b3d267cfd8
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

0784542 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>
    (cherry picked from commit 11d3a0f963e5bd7426c6b29f1e6520420299559f)
    Reviewed-on: https://code.wireshark.org/review/17927
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  73080d9   Do GArray bounds checking.
    adds  0784542   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(-)