]> git.sesse.net Git - ffmpeg/commit
avfilter/avf_concat: check for possible integer overflow
authorPaul B Mahol <onemda@gmail.com>
Sun, 13 Sep 2020 11:33:49 +0000 (13:33 +0200)
committerPaul B Mahol <onemda@gmail.com>
Mon, 14 Sep 2020 16:16:42 +0000 (18:16 +0200)
commit05c8d0bce64888c5312822fbc9cdb63934b86519
treefd5c1fb8eb7b9f75607a58537675f995525bd598
parent17b44f759e8cbb6952c0ae2dde5fd21adb163651
avfilter/avf_concat: check for possible integer overflow

Also check that segment delta pts is always bigger than input pts.

There is nothing much currently that can be done to recover from
this situation so just return AVERROR_INVALIDDATA error code.
libavfilter/avf_concat.c