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
tinystdio: Use unsigned during signed int conversion to avoid overflow
The minimum value (e.g. LONG_MIN) cannot be converted without
undefined behavior if we use signed values and perform the computation
with positive values. Switch to unsigned, only converting upon return.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments