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
The assignment to s becomes
{-22} main::1::s!0@1#2 = main::1::u!0@1#0..x3[[3]]
The field sensitivity variable on the rhs does not even exist
as it is outside the array bounds of u.x3
(however still pointing to valid memory of the union).
I have seen --pointer-check violations in other situations
for similar reasons.
0 commit comments