summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/sbrdsp_init_arm.c
diff options
context:
space:
mode:
authorKaterina Barone-Adesi <[email protected]>2014-09-16 01:40:24 +0200
committerMichael Niedermayer <[email protected]>2014-09-17 21:38:26 +0200
commit47fe68eec82106606e4b9fec20245fde33204315 (patch)
treee05814f02ada7ee74746e65817439267821537e3 /libavcodec/arm/sbrdsp_init_arm.c
parentbeb83f0a40708c95a6420ca15fcf4f1dd0a2c1be (diff)
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: [email protected] Signed-off-by: Diego Biurrun <[email protected]> (cherry picked from commit c5560e72d0bb69f8a1ac9536570398f84388f396) Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavcodec/arm/sbrdsp_init_arm.c')
0 files changed, 0 insertions, 0 deletions