xwords/xwords4/android/app
Eric House ac6373afa7 fix crash when chat message is too long
Len byte was limited to 255, but would get clipped (masked with 0xFF)
then all the string data would get written. So on receipt, the clipped
length was taken to be that of the string data, with the rest of the
string to be interpreted as something else. An array index, in this
case.
2020-04-10 07:12:56 -07:00
..
src fix crash when chat message is too long 2020-04-10 07:12:56 -07:00
build.gradle fix android crash due to bad build.gradle merge 2020-01-30 21:21:45 -08:00
debug.keystore include debug keystore directly 2017-01-22 15:35:02 -08:00
proguard-rules.pro tweak comments 2017-07-19 06:16:22 -07:00