From 5b927900ae0236a776322f6b7a2106b708e00014 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 17 Jun 2026 21:49:02 +0100 Subject: [PATCH] increases pp max buffer size 64,000 chars --- http/pp/pp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/pp/pp.c b/http/pp/pp.c index 340f430..be96596 100644 --- a/http/pp/pp.c +++ b/http/pp/pp.c @@ -42,7 +42,7 @@ strlcat(char *dst, const char *src, size_t dsize) } #endif /* !__APPLE__ */ -#define MAXSIZE 12000 +#define MAXSIZE 64000 #define MAXINDENTSIZE 80 #define MAXARGSIZE 20