[FFmpeg-devel] [PATCH V5 0/2] fix vc1test can't probe some RCV file

Jun Zhao mypopydev at gmail.com
Wed Oct 17 03:18:56 EEST 2018


v5: - fix potential integer overflow
    - fix size check agagin, sadly. :( 
v4: - add size check to avoid overread
v3: - add size check when probe as Michael's comments.
    - update commit msg
    - for Jerome's comments, I don't find a way to adjusted the handle for "0x0000000c"
v2: - split the patch (Carl Eugen Hoyos's comments).

Jun Zhao (2):
  lavf/vc1test: fix vc1test can't probe some RCV file.
  lavf/vc1test: add rcv to vc1test demuxer extensions

 libavformat/vc1test.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)



More information about the ffmpeg-devel mailing list