Fix DoS due to lack of eof check #287
Reference in New Issue
Block a user
Delete Branch "manh-td/kolibrios:cine_read_header"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes a security vulnerability in
cine_read_headerthat was cloned from FFmpeg/FFmpeg but did not receive the security patch.Vulnerability Details:
cine_read_headerincontrib/sdk/sources/ffmpeg/ffmpeg-2.8/libavformat/cinedec.c7e80b63ecdWhat this PR does: This PR applies the same security patch that was applied to the original repository to eliminate the vulnerability in the cloned code.
References:
7e80b63ecdPlease review and merge this PR to ensure your repository is protected against this vulnerability.
Hi @Doczom and @Burer, thanks for approving our PR. Just want to let you know that we plan to report this as a CVE. Let us know if you have any concerns!