You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/libvncserver/tightvnc-filetransfer
Christian Beier ca2a5ac02f
tightvnc-filetransfer: fix heap use-after-free
One can only guess what the intended semantics were here, but as every
other rfbCloseClient() call in this file is followed by an immediate
return, let's assume this was forgotton in this case.

Anyway, don't forget to clean up to not leak memory.

Closes #241
7 years ago
..
filelistinfo.c fix some non-gcc compiler warnings and signals in x11vnc 20 years ago
filelistinfo.h fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place. 20 years ago
filetransfermsg.c Various #ifdef fixes to allow building with MSVC2014 9 years ago
filetransfermsg.h `CreateDirectory` might clash with the `CreateDirectoryA`/`CreateDirectoryW` macros on MSVC 11 years ago
handlefiletransferrequest.c tightvnc-filetransfer: fix heap use-after-free 7 years ago
handlefiletransferrequest.h This monster commit contains support for TightVNC's file transfer protocol. 21 years ago
rfbtightproto.h Fix some typos (found by codespell) 10 years ago
rfbtightserver.c Fix some typos (found by codespell) 10 years ago