From 26a033847cffe607b2df4b0f0e5bd484bb0593de Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 26 Oct 2025 20:15:14 +0100 Subject: Bump libweb The following commit fixes a memory leak caused by untrusted user input: commit 953210bd1930e1734f1acde86eadd7a1997bb7c3 Author: Xavier Del Campo Romero Date: Sun Oct 26 20:12:46 2025 +0100 form.c: Fix leak on invalid form When one or more entries have been appended to a struct form instance, but then an error occurs, those valid entries must be deallocated, too. --- libweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweb b/libweb index de7f4b2..953210b 160000 --- a/libweb +++ b/libweb @@ -1 +1 @@ -Subproject commit de7f4b2ffcd92dfeada9235ce857b801a4851da7 +Subproject commit 953210bd1930e1734f1acde86eadd7a1997bb7c3 -- cgit v1.2.3