SerenityOS build: Monday, April 08
Images 💾⌗
- serenity-x86_64-20240408-aada067.img.gz (Raw image, 221.1 MiB)
Last commit ⭐⌗
commit aada06757ba4e2837dee905145f998272d0949de
Author: Nico Weber <thakis@chromium.org>
AuthorDate: Fri Apr 5 21:45:59 2024 -0700
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Mon Apr 8 06:27:51 2024 +0200
LibGfx/JBIG2: Add early out to composite_bitbuffer()
The halftone region decoding procedure can draw patterns completely
outside the page bitmap. I haven't seen this in practice yet (not
many files use pattern/halftone segments), but it seems like it's
possible in theory and seems like a good thing to check for.
Other builds