mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 16:42:19 +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