Commit Graph

14 Commits (9fe6a1ddbd3914028d30b0d22db47f08f56c3057)

Author SHA1 Message Date
Christian Beier 2554b84b8b
LibVNCClient: don't leak uninitialised memory to remote
The pad fields of the rfbClientCutTextMsg and rfbKeyEventMsg could contain arbitray memory belonging to the process,
don't leak this to the remote.

Closes #252
(cherry picked from commit 2f5b2ad1c6c99b1ac6482c95844a84d66bb52838)
6 years ago
Christian Beier 90147500e0
LibVNCClient: fix possible infinite loop
Closes #251
(cherry picked from commit c3115350eb8bb635d0fdb4dbbb0d0541f38ed19c)
6 years ago
Slávek Banko 686de3c7b7
Fix potential memory leak.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Jay Carlson c84d8d813c
Avoid divide-by-zero in raw encoding (OSX RealVNC)
OS X RealVNC server crashes out Remmina because the server can provoke
bytesPerLine to be zero. Assume this is coding for zero lines.

The condition could be checked before the calculation of bytesPerLine.
I don’t understand the preconditions of this code to say one way or the
other.
6 years ago
Slávek Banko be43d04f2c Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson 1de96857f5 Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson 089118c185 Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 83677e3550 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 808e453c56.
13 years ago
Timothy Pearson 808e453c56 Rename a number of old tq methods that are no longer tq specific 13 years ago
tpearson 2bc1d72869 rename the following methods:
tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 69cac65817 TQt4 port kdenetwork
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 654fcc369e Fixed remaining GPL address zip codes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1070598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 1654c5f87b Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
toma bcb704366c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago