Skip to content
Snippets Groups Projects
Commit a8d67efa authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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: default avatarMichael Niedermayer <michaelni@gmx.at>
parent b521f113
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment