On Mon, May 11, 2015 at 08:07:49PM +0200, Andreas Cadhalpun wrote:
> Since len is an unsigned int, the comparison is currently treated as
> unsigned and thus ignores all errors from avio_read.
> 
> Thus cast len to int, which is unproblematic, because at that point len
> is between 0 and 4.
> 
> This fixes 'Conditional jump or move depends on uninitialised value'
> valgrind warnings in is_tag.

applied

thanks


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to