URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=efd53ad5c9d9ab7a04731226a0d1742961f45057
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
efd53ad by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Fuzz test : Add -a(SAN) option to disable ulimit when fuzzing
from https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer#ulimit_-v
The ulimit -v command makes little sense with ASan-ified binaries because ASan consumes 20 terabytes of virtual memory (plus a bit).
Change-Id: I8c8c77dd51d5440fb2f9bd95f90873e59a64d409
Reviewed-on: https://code.wireshark.org/review/7204
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 763b6d3 Added JSMN_STRICT that allow a more precise json parsing.
adds efd53ad Fuzz test : Add -a(SAN) option to disable ulimit when fuzzing
Summary of changes:
tools/fuzz-test.sh | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)