[FFmpeg-devel] [PATCH] check for invalid sym values in indeo decoder (issue 2523)

Carl Eugen Hoyos cehoyos
Sat Jan 15 11:20:05 CET 2011


Daniel Kang <daniel.d.kang <at> gmail.com> writes:

> > this can be simplifed to
> > if(sym >= 256U)
> >
> > because 256U is unsigned and that makes the comparission unsigned and
> > negative
> > values are when looked at unsigned large
> >
> > otherwise ok from my side as well
> 
> Patch updated with only one check.

Patch applied.

Carl Eugen




More information about the ffmpeg-devel mailing list