mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-06-07 22:00:09 +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.