mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
rtsp: do not call fwrite() with NULL pointer FILE *
If the default write callback is used and no destination has been set, a NULL pointer would be passed to fwrite()'s 4th argument. OSS-fuzz bug https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3327 (not publicly open yet) Detected by OSS-fuzz Closes #1874
This commit is contained in:
parent
f8548e84ad
commit
a14f7152ce
2 changed files with 9 additions and 0 deletions
BIN
tests/fuzz/curl_fuzz_data/oss-fuzz-3327
Normal file
BIN
tests/fuzz/curl_fuzz_data/oss-fuzz-3327
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue