Add missing check for av_malloc #285
Reference in New Issue
Block a user
Delete Branch "manh-td/kolibrios:vp3_decode_frame"
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
vp3_decode_frame()that was cloned from FFmpeg/FFmpeg but did not receive the security patch.Vulnerability Details:
vp3_decode_frame()incontrib/sdk/sources/ffmpeg/ffmpeg-2.1/libavcodec/vp3.c656cb0450aWhat 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:
656cb0450aPlease review and merge this PR to ensure your repository is protected against this vulnerability.
5ae2f52cd2to29c42738b8Hi @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!