hpcorebootfe80/util/fuzz-tests
Patrick Georgi a73b93157f tree: drop last paragraph of GPL copyright header
It encourages users from writing to the FSF without giving an address.
Linux also prefers to drop that and their checkpatch.pl (that we
imported) looks out for that.

This is the result of util/scripts/no-fsf-addresses.sh with no further
editing.

Change-Id: Ie96faea295fe001911d77dbc51e9a6789558fbd6
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/11888
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2015-10-31 21:37:39 +01:00
..
jpeg-test-cases util/fuzz-tests: Add fuzzer for jpeg decoder 2015-10-29 19:00:42 +01:00
Makefile util/fuzz-tests: Add fuzzer for jpeg decoder 2015-10-29 19:00:42 +01:00
README util/fuzz-tests: Add fuzzer for jpeg decoder 2015-10-29 19:00:42 +01:00
jpeg-test.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00

README

Fuzz tests
==========
make run (with afl-fuzz installed) takes a real long time and creates test
cases in jpeg-results/ that crash the jpeg code.

These test cases can then be used to gdb the test app and dig into the
decoder to fix the issues.

This is mostly a proof of concept because the jpeg code isn't used very often
(only for splash screens). However there are other regions in coreboot that
could benefit from similar treatment.