Quad4 Software
explore Help
Sign In
Mirrors/mpv
1
0
Fork 0
You've already forked mpv
mirror of https://github.com/mpv-player/mpv.git synced 2025-12-26 21:00:21 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
18257375e4bbfdb755f5dac5e82cc0da67de12f9
mpv/fuzzers
History
Kacper Michajłow 82427df2ad fuzzer_load: don't dup3 fd if it already has a value we want
Unlike dup2, If oldfd equals newfd, then dup3() fails with the EINVAL.

Fixes: 1d352f8527
2025-01-29 22:27:11 +01:00
..
common.h
fuzzer_options_parser: add options parser fuzzing
2024-08-27 01:31:40 +02:00
fuzzer_json.c
fuzzers/fuzzer_json: add simple fuzzing for our json code
2024-11-02 05:28:11 +01:00
fuzzer_load.c
fuzzer_load: don't dup3 fd if it already has a value we want
2025-01-29 22:27:11 +01:00
fuzzer_loadfile_direct.c
stream_file: allow to open only our fd in case of fuzzing
2025-01-28 07:59:04 +01:00
fuzzer_options_parser.c
fuzzer_options_parser: limit input size to 2048 bytes
2024-11-14 18:55:29 +01:00
fuzzer_set_property.c
fuzzer_set_property: ensure idle is enabled
2024-08-04 21:33:36 +02:00
meson.build
fuzzers/fuzzer_json: add simple fuzzing for our json code
2024-11-02 05:28:11 +01:00