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 slide calculation was incorrectly negating an unsigned integer and
passing it to a call to SaturatingAdd. The section load address should
always be larger than the section file address, so change the underflow
check to a comparison instead.
0 commit comments