RootCauseunvalidated
int length = buffer.getInt(); — While trying to connect to the server the `RconPacket` class receives the size that it uses to create a buffer for the payload. Tension: In this case `length` is negative for some reason. Outcome: Trying to create an array of negative size causes the exception.
27f905be-7385-46e5-bf94-a22fde120de0
int length = buffer.getInt(); — While trying to connect to the server the RconPacket class receives the size that it uses to create a buffer for the payload. Tension: In this case length is negative for some reason. Outcome: Trying to create an array of negative size causes the exception.