From d670e3e94d484dd25b2b4c6fb116c70acd7c2dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 18 Aug 2015 15:14:11 +0000 Subject: [PATCH] Increase the sizeo of t_zero to 4096 bytes. --- t/t.h | 2 +- t/t_const.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/t.h b/t/t.h index 35d28ea..da60b9c 100644 --- a/t/t.h +++ b/t/t.h @@ -111,7 +111,7 @@ int t_str_is_false(const char *); /* * Useful constants */ -extern const uint8_t t_zero[256]; +extern const uint8_t t_zero[4096]; extern const uint8_t t_seq8[256]; /* diff --git a/t/t_const.c b/t/t_const.c index 743312f..f2ff938 100644 --- a/t/t_const.c +++ b/t/t_const.c @@ -34,7 +34,7 @@ #include "t.h" -const uint8_t t_zero[256] = { +const uint8_t t_zero[4096] = { }; const uint8_t t_seq8[256] = {