mirror of https://github.com/FFmpeg/FFmpeg.git
The latter code relies upon the dimensions to be not too small; otherwise one will call av_clip() with min > max lateron which aborts in case ASSERT_LEVEL is >= 2 or one will get a nonsense result that may lead to a heap-buffer-overflow/underflow. The latter has happened in ticket #8248 which this commit fixes. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/355/head
parent
0d156eb58a
commit
bb13cdbe27
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue