1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00
Martin T. H. Sandsmark d931eafccf libvncserver: Check malloc() return value on client->server ClientCutText message.
Client can send up to 2**32-1 bytes of text, and such a large allocation
is likely to fail in case of high memory pressure. This would in a
server crash (write at address 0).

Upstream commit: 6037a9074d52b1963c97cb28ea1096c7c14cbf28
2014-09-23 23:06:21 +02:00
2013-06-19 21:36:14 +02:00
2008-01-08 21:14:52 +00:00
2002-02-14 23:20:39 +00:00
2002-07-26 14:34:42 +00:00
2002-07-26 14:34:42 +00:00

KDE Desktop Sharing (krfb)
==========================

KDE Desktop Sharing (krfb)  is a small server for the RFB protocol, better 
known as VNC. Unlike most other Unix/Linux RFB servers, KRfb allows you to
share your X11 session instead of creating a new X11 session. 
It was originally based on x0rfbserver 
(ttp://www.hexonet.de/software/x0rfbserver/), but there is not much code of
x0rfbserver left. Since version 0.6 it uses libvncserver 
(http://libvncserver.sf.net) as backend.


Guide to documentation:
TODO - things to be done
INSTALL - Very short installation instructions
NOTES - reasons for various decisions
DCOP-INTERFACE - short documentation of the DCOP interface


Description
Archive/mirror of https://github.com/KDE/krfb
Readme 9.1 MiB
Languages
C++ 88.6%
CMake 10.8%
C 0.5%