http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50895
User: eapache
Date: 2013/07/25 04:28 PM
Log:
Multiple improvements and bug-fixes for the fuzz-test script:
- fix a few pieces of bad indentation
- exit cleanly in all cases where we receive a SIGINT or other signal
- check for valgrind bugs and dissector errors with every set of arguments (-nr
vs -nVxr etc) not just the last
- consider it an error if valgrind reports more than 500KB of leaked memory
For the last point, 500KB is hopefully a safe choice for now since we only leak
about 2KB "by default" and I have no idea what the state of most "non-default"
code is with respect to memory leaks. I would like to eventually work this
down to 0 of course :)
Directory: /trunk/tools/
Changes Path Action
+59 -50 fuzz-test.sh Modified