aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/httpauth.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:31 +0200
commit70dc7bb893db63e7c8d8592e4730b69af20f6be4 (patch)
tree1d58d927052c53ccaaa1921375111c56380fa1ec /libavformat/httpauth.c
parentb9b97900c19c9bddd74d495aaa320af1924bf7ce (diff)
downloadffmpeg-70dc7bb893db63e7c8d8592e4730b69af20f6be4.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 'libavformat/httpauth.c')
0 files changed, 0 insertions, 0 deletions