Use 64 bit for times in mpeg4_encode_gop_header() #286
Reference in New Issue
Block a user
Delete Branch "manh-td/kolibrios:mpeg4_encode_gop_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
mpeg4_encode_gop_header()that was cloned from FFmpeg/FFmpeg but did not receive the security patch.Vulnerability Details:
mpeg4_encode_gop_header()incontrib/sdk/sources/ffmpeg/ffmpeg-2.1/libavcodec/mpeg4videoenc.c6bbef93883What 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:
6bbef93883Please review and merge this PR to ensure your repository is protected against this vulnerability.
Hi @Burer, thanks for merging 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!
Hello!
Thank you for your work, but as I can see, you are just transmitting PR's with fixes from ffmpeg upstream.
If so, please, just create one PR with all such fixes, or with full proper port of latest compatible version of ffmpeg.
Otherwise, we would not merge all this PR's one by one.