1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 01:37:36 +00:00

LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte aligned

When building userland with UBSAN enabled (#7434), we were getting
spammed to death by unaligned access errors.

Fix these by adding 2 bytes of padding to the FontFileHeader struct,
and adjusting all our font files to match the new format. :^)
This commit is contained in:
Andreas Kling 2021-05-24 08:18:34 +02:00
parent 22d8778437
commit 8f2425125e
24 changed files with 3 additions and 0 deletions

Binary file not shown.