summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-03-06 21:21:02 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-03-06 21:51:11 +0100
commita8d67efa53dae1d14614e3a7bd4e77e4eab066ab (patch)
tree522c1741cb24934932ccedb902198f498f62a437 /libavfilter
parentb521f113493fb79fbaf26da669008ec7cdae7fbb (diff)
aacdec: Fix out of array writes (stack).
This fixes an issue in the code to check the size that will be written to match the actual code writing. In the long term it would make sense to change this so the counting and writing code are the same so they dont need to be kept in sync. It also increases the array size, which was too small either way and adds a redudnant saftey check. This issue does not affect any FFmpeg release as it has been introduced Jan 31 which is narrowly after our last release. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
0 files changed, 0 insertions, 0 deletions