mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
This field is in a packed struct, which makes it possibly misaligned. This knowledge is lost when invoking `dbgln` triggering an unaligned access to it, aka UB. By explicitely copying it we avoid this issue.
14 KiB
14 KiB