]> git.sesse.net Git - ffmpeg/commit
avformat/mpl2dec: Fix integer overflow with duration
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 8 Jun 2020 07:47:41 +0000 (09:47 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 12 Jun 2020 22:43:09 +0000 (00:43 +0200)
commit9a42a67c5ca198a3879b7f3663cc44ccbcaf0bd3
treebabaeb88a3d407f4496387eaa2161a0fc5003a8a
parent49ba60fed04d7011c36bae378445ba93ccf983c2
avformat/mpl2dec: Fix integer overflow with duration

Fixes: signed integer overflow: 9223372036854775807 - -1 cannot be represented in type 'long'
Fixes: 23167/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-6425051741290496
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mpl2dec.c