Wireshark-commits: [Wireshark-commits] master-2.2 16781e7: Add a -a flag to use if TShark was built

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

Commits:

16781e7 by Guy Harris (guy@xxxxxxxxxxxx):

    Add a -a flag to use if TShark was built with ASan.
    
    We mustn't set the virtual address space limit if that's the case, as
    ASan consumes a ton of address space.
    
    Clean up a comment while we're at it.
    
    Change-Id: I7e88135f16b21cb091a73a35de70bee757fb3876
    Reviewed-on: https://code.wireshark.org/review/17847
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 876bca186bdce5bb2f3f5b3b5200ef0a83bf5683)
    Reviewed-on: https://code.wireshark.org/review/17931
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  29ea37a   Set the VA limit with ulimit -S, and clean up comments.
    adds  16781e7   Add a -a flag to use if TShark was built with ASan.


Summary of changes:
 tools/test-captures.sh |   21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)