mpv/fuzzers
Kacper Michajłow bf6d49cbd4 fuzzer_loadfile_direct: exclude paths also for file://
Loading external files makes little sense. Might disable this completely
later, but let see how it works, The idea is the same as for direct
load. Exclude paths starting with `file://.` and `file:///`. But still
fuzz any processing that other input might have. It shouldn't be a huge
problem if we do `file://mpv` for example. Not great, but also not
terrible.
2024-05-09 02:01:24 +02:00
..
common.h fuzzers: add new fuzzer targets 2024-04-27 02:47:47 +02:00
fuzzer_load.c fuzzers: add fuzzer for config parsers 2024-05-08 18:52:40 +02:00
fuzzer_loadfile.c fuzzers: add new fuzzer targets 2024-04-27 02:47:47 +02:00
fuzzer_loadfile_direct.c fuzzer_loadfile_direct: exclude paths also for file:// 2024-05-09 02:01:24 +02:00
fuzzer_set_property.c fuzzer_set_property: fix for other types than string 2024-05-08 18:52:40 +02:00
meson.build fuzzer_loadfile_direct: exclude paths also for file:// 2024-05-09 02:01:24 +02:00