User Details
User Details
- User Since
- Dec 24 2024, 1:56 AM (9 w, 6 d)
Dec 24 2024
Dec 24 2024
• saddlechow added a comment to T1010: nxp/crypto/caam (formerly fsl_sec): Type-punning undefined behavior leads to unaligned access in BL31 firmware and unhandled exception in EL3.
Thanks for sharing the detailed issue and your fix suggestion. It definitely sounds like a tricky situation with the undefined behavior in desc_add_ptr() and the alignment issue. You're right that with GCC 11.3, it's more likely to catch these types of issues due to stricter handling of alignment, whereas GCC 10.2 might have been more lenient, which explains why it worked before.