# HG changeset patch # User michael # Date 1219498153 0 # Node ID dabe2516abe2954c41c54ca437e662225440a45c # Parent 700d8267095af4b310709ed11e2bc95c563d1363 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). diff -r 700d8267095a -r dabe2516abe2 dca.c --- a/dca.c Sat Aug 23 12:49:13 2008 +0000 +++ b/dca.c Sat Aug 23 13:29:13 2008 +0000 @@ -69,7 +69,7 @@ #define HEADER_SIZE 14 #define CONVERT_BIAS 384 -#define DCA_MAX_FRAME_SIZE 16383 +#define DCA_MAX_FRAME_SIZE 16384 /** Bit allocation */ typedef struct {