On Sun, May 03, 2015 at 11:07:20PM +0200, Andreas Cadhalpun wrote:
> index_scale is set to matroska->time_scale of type uint64_t.
> 
> When index_scale is int, the assignment can overflow and e.g. result
> in index_scale = 0. This causes a floating point exception due to the
> division by index_scale.
> 
> Signed-off-by: Andreas Cadhalpun <andreas.cadhal...@googlemail.com>
> ---
>  libavformat/matroskadec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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