scrcpy/server/src
Romain Vimont b35733edb6 Fix expected mouse event sizes
Commit fefb9816a9 modified mouse events
serialization. The server-side parsing was updated to correctly read the
position, but the expected size of these events was not updated.

As a result, the server might try to parse incomplete events, leading
to BufferUnderflowException.

Fixes
<https://github.com/Genymobile/scrcpy/issues/350#issuecomment-456298816>.
2019-01-22 09:47:26 +01:00
..
main Fix expected mouse event sizes 2019-01-22 09:47:26 +01:00
test/java/com/genymobile/scrcpy Make checkstyle happy 2018-03-28 22:05:34 +02:00