]> git.sesse.net Git - ffmpeg/commit
avformat/mov: Use av_sat_add64() in mov_read_sidx()
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 31 Oct 2020 11:06:21 +0000 (12:06 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 4 Dec 2020 23:08:33 +0000 (00:08 +0100)
commitc34004d82f43309f9ea2120edd94f68ec667e796
tree334cffb320daba8947de69f87a715956ccd5de34
parent7d75ecf8d2d2d05220ca2a3e4177c988b1901774
avformat/mov: Use av_sat_add64() in mov_read_sidx()

This avoids a potential integer overflow, no testcase is known

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mov.c