Skip to content

defines: fix UB in get_unaligned32

q66 requested to merge q66/apk-tools:int-ub into master

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.

Merge request reports