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
java.lang.OutOfMemoryError: Failed to allocate a 1598575456 byte allocation with 7544583 free bytes and 248MB until OOM, target footprint 15089167, growth limit 268435456
at com.cgutman.adblib.AdbProtocol$AdbMessage.parseAdbMessage (AdbProtocol.java:276)
The header it read was wrong. By definition, if the header was wrong, it would have to close the connection immediately. The method in question has no sanitisation at all which is causing this problem, I believe.
I've seen this on two devices at least, occurs at AdbProtocol.java#L323:
cgutman/AdbLib#13
The text was updated successfully, but these errors were encountered: