[FFmpeg-devel] [PATCH 2/2] Add ID support for .oma/.aa3

Reimar Döffinger Reimar.Doeffinger
Sat Jun 12 19:44:15 CEST 2010


On Sat, Jun 12, 2010 at 06:41:48PM +0200, Michael Karcher wrote:
> +    // This check cannot overflow as tag_len has at most 28 bits
> +    if (p->buf_size + tag_len < tag_len + 5)

???
Without overflows this is equivalent to p->buf_size < 5



More information about the ffmpeg-devel mailing list