Wireshark-commits: [Wireshark-commits] master 876bca1: Add a -a flag to use if TShark was built wit

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

Commits:

876bca1 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>
    

Actions performed:

    from  ec0aeb9   Set the VA limit with ulimit -S, and clean up comments.
    adds  876bca1   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(-)