Wireshark-commits: [Wireshark-commits] master-2.0 278e1b4: Add a -a flag to use if TShark was built
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=278e1b453290862abf73a67c7c17d5e81abf4946
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
278e1b4 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/17933
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    
Actions performed:
    from  6916450   Set the VA limit with ulimit -S, and clean up comments.
    adds  278e1b4   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(-)