295152
--- a/modules/lua/lua_request.c	2021/12/16 11:09:40	1896038
295152
+++ b/modules/lua/lua_request.c	2021/12/16 11:15:47	1896039
295152
@@ -410,6 +410,7 @@
295152
             if (end == NULL) break;
295152
             key = (char *) apr_pcalloc(r->pool, 256);
295152
             filename = (char *) apr_pcalloc(r->pool, 256);
295152
+            if (end - crlf <= 8) break;
295152
             vlen = end - crlf - 8;
295152
             buffer = (char *) apr_pcalloc(r->pool, vlen+1);
295152
             memcpy(buffer, crlf + 4, vlen);