Re: [FFmpeg-devel] [PATCH] matroskadec: Fix overflow introduced in a569a7b3

2019-07-06 Thread James Almer
On 7/6/2019 1:59 PM, Andreas Rheinhardt wrote: > This commit fixes an overflow introduced in a569a7b3 that affected EBML > elements that the Matroska demuxer doesn't want to parse like CRC-32 > elements. The return value of avio_skip (the new position on success or > an AVERROR on failure) has

[FFmpeg-devel] [PATCH] matroskadec: Fix overflow introduced in a569a7b3

2019-07-06 Thread Andreas Rheinhardt
This commit fixes an overflow introduced in a569a7b3 that affected EBML elements that the Matroska demuxer doesn't want to parse like CRC-32 elements. The return value of avio_skip (the new position on success or an AVERROR on failure) has been assigned to an integer which meant that new positions