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

2018-10-21 Thread myp...@gmail.com
On Wed, Oct 17, 2018 at 8:19 AM Jun Zhao wrote: > > 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

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

2018-10-16 Thread Jun Zhao
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 "0x000c" v2: - split the