diff options
author | Katerina Barone-Adesi <katerinab@gmail.com> | 2014-09-16 01:40:24 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-09-17 06:37:05 -0700 |
commit | c5560e72d0bb69f8a1ac9536570398f84388f396 (patch) | |
tree | 107f12985cbf2aa447a24689ffd213559b51c8d0 /libavresample/libavresample.v | |
parent | 44caf99ecae7bc1b907fab849ecaa72dd340ba2e (diff) | |
download | ffmpeg-c5560e72d0bb69f8a1ac9536570398f84388f396.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>
Diffstat (limited to 'libavresample/libavresample.v')
0 files changed, 0 insertions, 0 deletions