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
davidben has pointed out that signed integers can have padding so
it's possible their sizeof() is > 4 even though their max value
still fits in 4 bytes. Truncating back down to an int32 (ot uint32)
would be fine in that case.
0 commit comments