You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ubsan] Use internal_memcpy to copy ubsan bits size
While fetching amounts of bits used to correctly display ubsan
value reinterpret_cast was used, however as noted by Jakub
Jelínek in #96240
discussion it might cause issues due to potentially unaligned
memory access. The patch addresses this problem.
0 commit comments