aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/diracdsp.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <andreas.cadhalpun@googlemail.com>2015-05-05 22:10:44 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-06 00:28:52 +0200
commit9e66b39aa87eb653a6e5d15f70b792ccbf719de7 (patch)
treef2dd47872ffcf4514c3040fe27ed7bb6053bdb74 /libavcodec/diracdsp.h
parentaf6739d6daf747778996c832a1d8b933cab03dd3 (diff)
downloadffmpeg-9e66b39aa87eb653a6e5d15f70b792ccbf719de7.tar.gz
diracdec: avoid overflow of bytes*8 in decode_lowdelay
If bytes is large enough, bytes*8 can overflow and become negative. In that case 'bufsize -= bytes*8' causes bufsize to increase instead of decrease. This leads to a segmentation fault. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/diracdsp.h')
0 files changed, 0 insertions, 0 deletions