a73b93157f
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> |
||
---|---|---|
.. | ||
jpeg-test-cases | ||
Makefile | ||
README | ||
jpeg-test.c |
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.