readme: fix executable path in fuzzing instructions

di-edid-decode was split into multiple files, so the binary
location has changed.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2023-01-13 14:22:31 +01:00
parent 1f3913f76d
commit 94f4cd406c

View file

@ -65,7 +65,7 @@ To fuzz libdisplay-info with [AFL], the library needs to be instrumented:
CC=afl-gcc meson build/
ninja -C build/
afl-fuzz -i test/data/ -o afl/ build/di-edid-decode
afl-fuzz -i test/data/ -o afl/ build/di-edid-decode/di-edid-decode
[website]: https://emersion.pages.freedesktop.org/libdisplay-info/
[GitLab project]: https://gitlab.freedesktop.org/emersion/libdisplay-info