defines: fix UB in get_unaligned32
Chimera now builds production packages with a limited subset of UBsan for detection of overflow and shift issues. In this case the problem is unintended shifting of uint8_t past its width.
Chimera now builds production packages with a limited subset of UBsan for detection of overflow and shift issues. In this case the problem is unintended shifting of uint8_t past its width.