FreeRDP/server
kubistika 74a66f6651 server/proxy: set ps->thread to NULL on disconnect
freerdp_abort_connect calls the proxy's client stop function,
that closes the thread handle. if it already closed by the server,
a segfault will occur because CloseHandle will try to access free()'ed
memory.
2019-06-26 14:25:07 +02:00
..
common Fixed missing return in server_rdpsnd_get_formats 2018-10-17 16:17:41 +02:00
Mac Fixed doulbe semicolon in C files. 2019-05-08 12:58:01 +02:00
proxy server/proxy: set ps->thread to NULL on disconnect 2019-06-26 14:25:07 +02:00
Sample Silenced unused parameter warnings, added log messages. 2019-04-05 09:14:35 +02:00
shadow Refactored settings getter/setter to stay compatible. 2019-05-08 14:35:25 +02:00
Windows Fix callback function return types. 2018-12-04 09:34:22 +01:00
.gitignore First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
CMakeLists.txt First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
freerdp-server.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ServerConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00