Undefined behavior in dwordToBytes macro
Closed this issue · 0 comments
eliminmax commented
For C implementations with 32-bit int
sizes, bit shifting 0xff right by 24 is undefined. For smaller legal sizes, even more of the macro is undefined.
Closed this issue · 0 comments
For C implementations with 32-bit int
sizes, bit shifting 0xff right by 24 is undefined. For smaller legal sizes, even more of the macro is undefined.