Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
jpeg-test-cases/ | H | 25-Apr-2025 | - | |||
Makefile | H A D | 25-Apr-2025 | 192 | 7 | 4 | |
README | H A D | 25-Apr-2025 | 438 | 12 | 9 | |
description.md | H A D | 25-Apr-2025 | 48 | 2 | 1 | |
jpeg-test.c | H A D | 25-Apr-2025 | 867 | 42 | 31 |
README
1Fuzz tests 2========== 3make run (with afl-fuzz installed) takes a real long time and creates test 4cases in jpeg-results/ that crash the jpeg code. 5 6These test cases can then be used to gdb the test app and dig into the 7decoder to fix the issues. 8 9This is mostly a proof of concept because the jpeg code isn't used very often 10(only for splash screens). However there are other regions in coreboot that 11could benefit from similar treatment. 12