aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-09-08 10:20:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-09-08 23:56:02 +0200
commita14f7152ce1c25cf110d3ccf640f9d4ce17dacd3 (patch)
tree533ca5485d80c3f5f4d9e1e842e75e129d3f1481 /tests/fuzz
parentf8548e84adc4cc55c274beb23690b8a5f5b827bf (diff)
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
Diffstat (limited to 'tests/fuzz')
-rw-r--r--tests/fuzz/curl_fuzz_data/oss-fuzz-3327bin0 -> 27 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/fuzz/curl_fuzz_data/oss-fuzz-3327 b/tests/fuzz/curl_fuzz_data/oss-fuzz-3327
new file mode 100644
index 000000000..064cc623a
--- /dev/null
+++ b/tests/fuzz/curl_fuzz_data/oss-fuzz-3327
Binary files differ