google/reef: Add asl code to enable google ChromeEC
[coreboot.git] / util / fuzz-tests / README
blob52777f818b37f883bf1dd967bb770911bb3f4f64
1 Fuzz tests
2 ==========
3 make run (with afl-fuzz installed) takes a real long time and creates test
4 cases in jpeg-results/ that crash the jpeg code.
6 These test cases can then be used to gdb the test app and dig into the
7 decoder to fix the issues.
9 This 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
11 could benefit from similar treatment.