Set WIRESHARK_ABORT_ON_DISSECTOR_BUG when running test-fuzzed-cap.sh

to get a stack trace/core dump on dissector bugs.


svn path=/trunk/; revision=38985
This commit is contained in:
Stephen Fisher 2011-09-13 15:52:07 +00:00
parent 2c20392169
commit 8159506ae9
1 changed files with 2 additions and 0 deletions

View File

@ -68,5 +68,7 @@ export MallocCheckHeapEach=1000
export MallocCheckHeapAbort=1
# Call abort() if an illegal free() call is made
export MallocBadFreeAbort=1
# Call abort() on dissector bugs to make it easier to get a stack trace
export WIRESHARK_ABORT_ON_DISSECTOR_BUG=
$BIN_DIR/tshark -nVxr $1 > /dev/null