Wireshark-commits: [Wireshark-commits] rev 32528: /trunk/tools/ /trunk/tools/: fuzz-test.sh test-fu

Date: Wed, 21 Apr 2010 00:53:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32528

User: morriss
Date: 2010/04/20 05:53 PM

Log:
 Export MALLOC_CHECK_=3 when fuzz testing in case we're on a glibc-based system:
 this value will cause glibc to do some memory allocation checking for us and
 abort if it finds a problem.
 
 (If we're not on a glibc-based system this will have no effect but should also
 do no harm.)
 
 (I think the buildbot already runs with this set but it's better for all of us
 to have it set, too.)

Directory: /trunk/tools/
  Changes    Path                  Action
  +3 -2      fuzz-test.sh          Modified
  +3 -2      test-fuzzed-cap.sh    Modified