droidVncServer/jni/vnc
Christian Fiedler 0aa7d2f8c2 Fixed two off-by-one errors in droidvncserver.c
the msg string is a concatenation of two strings and a '\n' character
(strlen(str1) + strlen(str2) + 1) is one byte off because the
string needs to be terminated by a NUL byte.
2016-05-21 21:49:26 +02:00
..
inputMethods more things 2012-06-13 21:15:43 +01:00
LibVNCServer-0.9.9 so much things... 2012-06-12 04:11:34 +01:00
linux restructured tree, as we wont need to get AOSP to compile the project 2012-05-05 14:48:50 +01:00
screenMethods more things 2012-06-13 21:15:43 +01:00
suinput moved suinput 2012-05-06 20:13:15 +01:00
Android.mk Add -fPIE FLAGS. 2016-03-21 18:46:50 +09:00
droidvncserver.c Fixed two off-by-one errors in droidvncserver.c 2016-05-21 21:49:26 +02:00
gui.c so much things... 2012-06-12 04:11:34 +01:00
gui.h revamped some files 2012-06-11 20:08:17 +01:00
updateScreen.c more things 2012-06-13 21:15:43 +01:00