From 5d1254fc3d52d8b7421ca152eed1a79a1a50d37c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 26 May 2025 19:05:59 -0700 Subject: Fix possible overrun in url test. --- src/core/url_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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"; -- cgit v1.2.3-70-g09d2