5 Commits

Author SHA1 Message Date
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
JosePereira
c9bbcba4c5 more things 2012-06-13 21:15:43 +01:00
JosePereira
cedbda842c so much things... 2012-06-12 04:11:34 +01:00
JosePereira
a3403ab062 revamped some files 2012-06-11 20:08:17 +01:00
JosePereira
41952ef821 restructured tree, as we wont need to get AOSP to compile the project 2012-05-05 14:48:50 +01:00