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
@nwf just fixed an issue in 32b51a5 where the IoT devices would crash when presented with a score greater than or equal to 2^31. Now, the value just saturates at 2^31 – 1.
Similar situation around –(2^31). Allow for integers of greater magnitude.
@nwf just fixed an issue in 32b51a5 where the IoT devices would crash when presented with a score greater than or equal to 2^31. Now, the value just saturates at 2^31 – 1.
Similar situation around –(2^31). Allow for integers of greater magnitude.
See also cmukgb/ctfws-timer-android#21
The text was updated successfully, but these errors were encountered: