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
Check for unknown sized boxes by the u32 size, but not the wide size.
Checking unknown sized boxes the total size allows wide boxes' size to
be 0, causing panics to happen later when the box content offset is
greater than the total box size.
0 commit comments