-
-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Description
There's a numerical overflow in "ask" method of FirmataI2CDevice class. The type byte in Java is signed. So, when the AtomicInteger return a value greater than 127, the value of variable "reg" is negative, and that, provoke an array index bound exception
Reactions are currently unavailable