ffmpeg | branch: release/4.4 | Michael Niedermayer |
Sun Jul 11 12:39:34 2021 +0200| [aa5b8c95907e75f9289e5b4dda28deabd30d294e] |
committer: Michael Niedermayer
avformat/mxfdec: Check size for shrinking
av_shrink_packet() takes int size, so size must fit in int
Fixes: out of array access
Fixes
ffmpeg | branch: master | Michael Niedermayer | Sun
Jul 11 12:39:34 2021 +0200| [65b862ab59c4bfaae98be596b84a072f52444398] |
committer: Michael Niedermayer
avformat/mxfdec: Check size for shrinking
av_shrink_packet() takes int size, so size must fit in int
Fixes: out of array access
Fixes:
35