Bump libweb

More bugfixes related to partial boundary parsing were provided by this
commit:

commit b71a6174e12b4709acaf8bc151938ba12d2a54f6
Author: Xavier Del Campo Romero <xavi.dcr@tutanota.com>
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.
This commit is contained in:
Xavier Del Campo Romero 2023-11-12 23:36:17 +01:00
parent 34d00e10af
commit 0854bc0030
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 1 deletions

2
libweb

@ -1 +1 @@
Subproject commit 7d02b225fe11fb0c7233cd2ea576485ee920f203
Subproject commit b71a6174e12b4709acaf8bc151938ba12d2a54f6