From 0854bc0030c145bebc9fcbc24ea9a4f3a7a67b3a Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 12 Nov 2023 23:36:17 +0100 Subject: Bump libweb More bugfixes related to partial boundary parsing were provided by this commit: commit b71a6174e12b4709acaf8bc151938ba12d2a54f6 Author: Xavier Del Campo Romero Date: Sun Nov 12 23:31:57 2023 +0100 http.c: Fix more issues with partial boundaries - http_memmem must not check strlen(a) > n because, in case of a partial boundary, it would wrongfully return NULL. - If one or more characters from a partial boundary are found at the end of a buffer, but the next buffer does not start with the rest of the boundary, the accumulated boundary must be reset, and then look for a new boundary. --- libweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libweb') diff --git a/libweb b/libweb index 7d02b22..b71a617 160000 --- a/libweb +++ b/libweb @@ -1 +1 @@ -Subproject commit 7d02b225fe11fb0c7233cd2ea576485ee920f203 +Subproject commit b71a6174e12b4709acaf8bc151938ba12d2a54f6 -- cgit v1.2.3