summaryrefslogtreecommitdiffstats
path: root/lem/http/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'lem/http/core.c')
-rw-r--r--lem/http/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lem/http/core.c b/lem/http/core.c
index 2186294..e9a6628 100644
--- a/lem/http/core.c
+++ b/lem/http/core.c
@@ -157,6 +157,7 @@ struct parse_http_state {
unsigned int w;
unsigned char state;
};
+LEM_BUILD_ASSERT(sizeof(struct parse_http_state) < LEM_INPUTBUF_PSIZE);
static void
parse_http_init(lua_State *T)