0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/fuzzers
Kacper Michajłow 5995f13b5f fuzzer_set_property: fix setting audio-files list
`:` were not escaped correctly. Also while at it clear other external
file lists, as we don't want to load any. Subtitle fuzzer will be added
in the future.

It is surprisingly hard to clear the list with C API. That needs whole
mpv_node_list with 0 elements, to make it clear it.
2024-06-26 01:28:55 +02:00
..
common.h fuzzers/common: add prototype for LLVMFuzzerTestOneInput 2024-06-05 19:07:58 +02:00
fuzzer_load.c fuzzer_load: seal the input fd after writing the data 2024-06-25 02:17:40 +02:00
fuzzer_loadfile_direct.c fuzzers: always return 0 2024-05-21 06:28:18 +02:00
fuzzer_set_property.c fuzzer_set_property: fix setting audio-files list 2024-06-26 01:28:55 +02:00
meson.build meson: add fuzzers alias for all fuzzer targets 2024-06-24 17:36:53 +02:00