FreeRDP/server
Martin Fleisz a42a765cc3 proxy: Fix crash due to format specifier/type mismatch in debug logging
The cmd parameter (type int) has been logged using the %s format
specifier causing an access violation.

Fixed by using get_packet_type to convert cmd to a string.
2022-09-29 16:51:54 +02:00
..
common Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
Mac Replaced direct settings access with getter/setter 2022-06-23 07:45:55 +02:00
proxy proxy: Fix crash due to format specifier/type mismatch in debug logging 2022-09-29 16:51:54 +02:00
Sample Removed RdpKeyFile and RdpKeyContent settings 2022-07-06 12:01:23 +02:00
shadow Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
Windows Fixed function pointer type mismatch 2022-06-23 07:45:55 +02:00
.gitignore First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
CMakeLists.txt Fixed CMake Targets file for server lib 2021-06-25 10:47:00 +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