http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41656
User: morriss
Date: 2012/03/18 07:00 PM
Log:
Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) that
prevents OutOfMemory exceptions from being thrown. This makes it easier
to debug such conditions.
Set this variable in test-fuzzed-cap.sh but not in fuzz-test.sh; it's nice
to see the friendly out-of-memory error message in the bug reports the
latter script generates.
Directory: /trunk/doc/
Changes Path Action
+10 -3 rawshark.pod Modified
+10 -3 tshark.pod Modified
+10 -3 wireshark.pod.template Modified
Directory: /trunk/epan/
Changes Path Action
+8 -2 emem.c Modified
Directory: /trunk/tools/
Changes Path Action
+3 -0 test-fuzzed-cap.sh Modified