Skip to content

rtsp: do not call fwrite() with NULL pointer FILE *#1874

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/oss-fuzz-3327
Closed

rtsp: do not call fwrite() with NULL pointer FILE *#1874
bagder wants to merge 1 commit into
masterfrom
bagder/oss-fuzz-3327

Conversation

@bagder
Copy link
Copy Markdown
Member

@bagder bagder commented Sep 8, 2017

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

cc @cmeister2

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
@bagder bagder closed this in a14f715 Sep 8, 2017
@bagder bagder deleted the bagder/oss-fuzz-3327 branch September 8, 2017 21:56
@lock lock Bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant