aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/url_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/url_test.c b/src/core/url_test.c
index 7cd862c6..e05badab 100644
--- a/src/core/url_test.c
+++ b/src/core/url_test.c
@@ -496,7 +496,7 @@ void
test_url_huge_parts(void)
{
nng_url *url = NULL;
- char huge1[8192];
+ char huge1[8800];
char huge2[8192];
char *prefix = "http://example.com/path";
char *frag = "frag";