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
So, an integer promotion is happening here, and subexpression data[j] << 24 may set the sign bit of a 32-bit (probably 32-bit) signed int.
Possible fixes: