From 8f2425125e79240d2ff9161297438b4012de826f Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 24 May 2021 08:18:34 +0200 Subject: 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. :^) --- Base/res/fonts/MarietaRegular36.font | Bin 37198 -> 37200 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Base/res/fonts/MarietaRegular36.font') diff --git a/Base/res/fonts/MarietaRegular36.font b/Base/res/fonts/MarietaRegular36.font index 850fce272c..6038115b9d 100644 Binary files a/Base/res/fonts/MarietaRegular36.font and b/Base/res/fonts/MarietaRegular36.font differ -- cgit v1.2.3