]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_aspect: Fix integer overflow in compute_dar()
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 15 Feb 2020 21:35:37 +0000 (22:35 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 16 Feb 2020 14:13:10 +0000 (15:13 +0100)
commit0c0ca0f244b823238e5a4f5584168e620da84899
tree86d4f1e85b9055396c1bd53dbf5504248fbd59f9
parent96840e47de5199c258285d7b51f09d04ec0d1b72
avfilter/vf_aspect: Fix integer overflow in compute_dar()

Fixes: signed integer overflow: 1562273630 * 17 cannot be represented in type 'int'
Fixes: Ticket8323
Found-by: Suhwan
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_aspect.c