aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzz-test.sh
AgeCommit message (Expand)AuthorFilesLines
2016-10-10fuzz-test: Fix an exit status check.Gerald Combs1-3/+3
2016-09-26Add an initial "shellcheck" target.Gerald Combs1-0/+1
2016-09-24Check for ASAN when fuzzing.Gerald Combs1-1/+1
2016-09-21Set the VA limit with ulimit -S, and clean up comments.Guy Harris1-5/+11
2016-08-24Fuzz test: Make Valgrind error detection more verbose.Gerald Combs1-0/+3
2016-05-13Move the Valgrind size check after the capinfos check of the file.Jeff Morriss1-5/+5
2016-03-14Parallelize fuzz-test.shGerald Combs1-2/+14
2016-02-29fuzz-test: Add missing new lineJoão Valverde1-1/+1
2016-02-05fuzz-test: Move the ASan message outside our loops.Gerald Combs1-3/+7
2016-02-04fuzz-test: Print the memory limit if ASan is enabled.Gerald Combs1-2/+5
2015-08-13fuzz-test.sh: added missing option in help.Dario Lombardo1-1/+1
2015-08-12editcap: add change offset.Dario Lombardo1-3/+7
2015-08-02Skip files larger than 8MB in valgrind fuzzingEvan Huus1-1/+1
2015-07-24Skip large files when fuzzing with valgrindEvan Huus1-0/+5
2015-06-26tools: permit setting BIN_DIR in the environmentEvan Huus1-2/+2
2015-03-04Fuzz test : Add -a(SAN) option to disable ulimit when fuzzingAlexis La Goutte1-3/+13
2014-09-04Bump the time limit for valgrind fuzzingEvan Huus1-2/+2
2014-06-24Reduce maximum permitted leakage to 100KBEvan Huus1-1/+1
2014-05-11Increase time permitted when fuzzing with valgrind.Evan Huus1-2/+2
2014-03-30Fix fuzz-test.sh '-b' option so it works again; Do some other tools/*test*.sh...Bill Meier1-16/+5
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
2014-01-24Give valgrind fuzzing a bit more time. Otherwise we have some large (~80MB)Evan Huus1-2/+3
2013-08-25Valgrind requires more resources than running normally. Bump limits to 1.5xEvan Huus1-0/+3
2013-08-16Be sure to forward BIN_DIR to the valgrind script, probably also needed on theEvan Huus1-4/+6
2013-08-16Try to use smarter path resolution and detection in order to work inEvan Huus1-1/+1
2013-08-11Don't let a valgrind-output-parsing error hide the fact that it was an error ofEvan Huus1-1/+4
2013-07-25Multiple improvements and bug-fixes for the fuzz-test script:Evan Huus1-58/+67
2013-07-12Add (GPLv2+) license headers to these scripts, assigning the copyright toJeff Morriss1-2/+22
2013-06-05Add a new environment variable to cause abort()s if we add too many itemsJeff Morriss1-6/+3
2013-05-31Oh yeah, -R is now -Y in trunk.Jeff Morriss1-1/+1
2013-05-31As discussed in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8728#c4 :Jeff Morriss1-0/+7
2013-05-30Exit if we can't load the test-common.sh library.Jeff Morriss1-1/+1
2013-05-20Remove some of the extra noise added while trying to figure out whyEvan Huus1-2/+1
2013-04-27When fuzzing with valgrind and running without -T, run with -v so that theEvan Huus1-1/+1
2013-04-17Reverse the arguments we feed to valgrind-wireshark.sh. Add debuggingGerald Combs1-2/+3
2013-01-26Forward-port r47305 from trunk-1.8:Gerald Combs1-2/+11
2013-01-05When fuzz-testing with valgrind, run both with and without tree (like whenEvan Huus1-1/+1
2012-12-07Move a lot of common fuzz-test and randpkt-test code to its own fileGerald Combs1-115/+4
2012-10-26Add an option (-P) for a minimum plugin count.Gerald Combs1-6/+8
2012-10-22Make the fuzz-test plugin error into a warning, since lacking pluginsEvan Huus1-2/+2
2012-10-09If our error output is huge (> 5 MB) trim out the middle of the file.Gerald Combs1-0/+9
2012-10-03Add the command and arguments to the error file.Gerald Combs1-0/+1
2012-10-03Fix return code checking (hopefully).Gerald Combs1-1/+1
2012-10-02Test with the presence (-nVxr) and absence (-nr) of the tree. We nowGerald Combs1-6/+12
2012-09-05Run 'git log' if we have a .git directory. Fixes a copy+paste error.Gerald Combs1-1/+1
2012-08-19From Toralf Förster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+1
2012-08-17Move error reporting to a common function. Lot information about the Gerald Combs1-14/+20
2012-08-12Catch more types of valgrind errors in the fuzz-tester.Evan Huus1-0/+3
2012-07-27Update the usage stanza for fuzz-test to reflect the changes in r44024.Evan Huus1-1/+1
2012-07-26valgrind-wireshark.sh:Evan Huus1-11/+32