http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34046
User: morriss
Date: 2010/09/02 11:02 AM
Log:
Introduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS and
WIRESHARK_SE_VERIFY_POINTERS that control whether or not we verify if a given
pointer is ep_ or se_ allocated, respectively.
Turn the behavior off by default for speed reasons (the speed difference isn't
huge, but...).
Turn the behavior on when fuzz testing.
Document these two new variables in the man pages.
Directory: /trunk/doc/
Changes Path Action
+15 -1 rawshark.pod Modified
+29 -15 tshark.pod Modified
+14 -0 wireshark.pod.template Modified
Directory: /trunk/epan/
Changes Path Action
+19 -3 emem.c Modified
Directory: /trunk/tools/
Changes Path Action
+2 -0 fuzz-test.sh Modified
+2 -0 test-fuzzed-cap.sh Modified