mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail
This fixes a (probably not exploitable) buffer overflow (apparently unknown to its author). Originally committed as revision 14917 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6bf8b3ef03
commit
4df7beb368
@ -69,7 +69,7 @@ enum DCAMode {
|
||||
#define HEADER_SIZE 14
|
||||
#define CONVERT_BIAS 384
|
||||
|
||||
#define DCA_MAX_FRAME_SIZE 16383
|
||||
#define DCA_MAX_FRAME_SIZE 16384
|
||||
|
||||
/** Bit allocation */
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user