mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-06-29 15:30:08 +00:00
UBSAN complains about the casting approach because it loads a 64-bit integer from the defaultKeys string which isn't guaranteed to be 64-bit aligned, which is undefined behavior.