SerenityOS build: Monday, January 01
Images 💾⌗
- serenity-x86_64-20240101-75e60d3.img.gz (Raw image, 206.73 MiB)
Last commit ⭐⌗
commit 75e60d3a68ec20e9659f8b6991b9a1e3abcb5cb6
Author: Ali Mohammad Pur <mpfard@serenityos.org>
AuthorDate: Sun Dec 31 17:31:29 2023 +0330
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Sun Dec 31 15:36:47 2023 +0100
LibHTTP: Tolerate random whitespace in chunked encoding size field
Some servers decide to add newlines (and not \r\n) into that field, this
commit makes us tolerate that and not crash in cases like in #22463.
Fixes #22463.
Other builds