1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00
Files
FFmpeg/libavcodec
Andreas Cadhalpun 796f1a24f5 opus_silk: fix typo causing overflow in silk_stabilize_lsf
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>
(cherry picked from commit f61d44b74a)
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-12-17 20:04:30 +01:00
..
2015-08-29 06:44:20 +01:00
2015-08-22 06:16:31 +01:00
2015-08-27 17:05:44 +02:00
2015-09-01 14:35:32 +02:00
2015-10-08 13:15:42 +02:00
2015-08-27 02:59:43 +02:00
2015-09-03 09:47:44 +00:00
2015-10-12 21:46:54 +02:00
2015-11-26 16:05:41 +01:00
2015-09-04 09:33:46 -04:00
2015-09-08 22:31:44 +02:00
2015-08-28 04:25:15 +02:00
2015-10-08 13:15:42 +02:00
2015-10-12 21:46:54 +02:00
2015-09-07 15:32:56 +02:00