|
|
|
|
|
by pohl
5663 days ago
|
|
Found deep optimization bugs unlikely to be uncovered by other means Very cool. The slides don't make it clear whether the various bugs discovered ended up being covered by unit tests in the regular LLVM suite. Does anybody remember in the mid 90s there was a 'crashme' program that could be used to fuzz test the Linux kernel? I recall looking for it again about 5 years ago and couldn't find references to it. Did that technique fall out of use? |
|
As always, Wikipedia is a great source for information on this one[4] and I can personally testify to OWASP's fuzzer if you're going after webpages (my last local OWASP that I went to was on fuzzing and was REALLY interesting)
[1] http://en.wikipedia.org/wiki/White-box_testing
[2] http://en.wikipedia.org/wiki/Static_code_analysis
[3] http://en.wikipedia.org/wiki/Black-box_testing
[4] http://en.wikipedia.org/wiki/Fuzz_testing
EDIT: Fixing formatting