diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-11-12 23:36:17 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-11-12 23:36:17 +0100 |
| commit | 0854bc0030c145bebc9fcbc24ea9a4f3a7a67b3a (patch) | |
| tree | 4357a2b78cb8f117f26f9a9835f8860d07ca43db | |
| parent | 34d00e10af698ea0f71e9cdcf6563eb3eec4afa9 (diff) | |
| download | slcl-0854bc0030c145bebc9fcbc24ea9a4f3a7a67b3a.tar.gz | |
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.
| m--------- | libweb | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libweb b/libweb -Subproject 7d02b225fe11fb0c7233cd2ea576485ee920f20 +Subproject b71a6174e12b4709acaf8bc151938ba12d2a54f |
