summaryrefslogtreecommitdiff
path: root/test/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser.c')
-rw-r--r--test/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser.c b/test/parser.c
index ca9a15c..1f7010a 100644
--- a/test/parser.c
+++ b/test/parser.c
@@ -25,7 +25,7 @@ static int run_test(int argc, char **argv, unsigned int CHUNK_SIZE)
hubbub_parser_optparams params;
FILE *fp;
size_t len, origlen;
- uint8_t buf[CHUNK_SIZE];
+ uint8_t *buf = alloca(CHUNK_SIZE);
const char *charset;
hubbub_charset_source cssource;