mirror of https://github.com/FFmpeg/FFmpeg.git
Due to this typo max_center can be too large, causing nlsf to be set to too large values, which in turn can cause nlsf[i - 1] + min_delta[i] to overflow to a negative value, which is not allowed for nlsf and can cause an out of bounds read in silk_lsf2lpc. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>pull/166/head
parent
91c2a33d01
commit
f61d44b74a
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue