mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-12-25 21:59:08 +01:00
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:
parent
1f3913f76d
commit
94f4cd406c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue