aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorKaterina Barone-Adesi <katerinab@gmail.com>2014-09-16 01:40:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-09-17 21:38:26 +0200
commit47fe68eec82106606e4b9fec20245fde33204315 (patch)
treee05814f02ada7ee74746e65817439267821537e3 /ffmpeg.c
parentbeb83f0a40708c95a6420ca15fcf4f1dd0a2c1be (diff)
downloadffmpeg-47fe68eec82106606e4b9fec20245fde33204315.tar.gz
apetag: Fix APE tag size check
The size variable is (correctly) unsigned, but is passed to several functions which take signed parameters, such as avio_read, sometimes after having numbers added to it. So ensure that size remains within the bounds that these functions can handle. CC: libav-stable@libav.org Signed-off-by: Diego Biurrun <diego@biurrun.de> (cherry picked from commit c5560e72d0bb69f8a1ac9536570398f84388f396) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
0 files changed, 0 insertions, 0 deletions