FreeRDP/channels/disp
Pascal Nowack b2d0c42cbb server/disp: Sanitize optional physical monitor size values
The server sided handling of the display control channel currently
treats the physical monitor size values as obligatory values.
When the physical monitor size is invalid according to the
documentation, it is supposed to be ignored.
However, this is currently not done, leading to an abort of the display
control channel handling, when using Remmina, as Remmina does not submit
physical-monitor- widths and -heights.

Fix this issue by sanitizing the physical monitor size values, instead
of handling them as obligatory values, where both the physical with and
the physical height must be constrained to the values in the
documentation.
2022-02-22 10:55:22 +01:00
..
client Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
server server/disp: Sanitize optional physical monitor size values 2022-02-22 10:55:22 +01:00
ChannelOptions.cmake channels/disp: initial RDP8.1 MS-RDPEDISP implementation 2013-07-08 18:36:03 -04:00
CMakeLists.txt RDPEDISP server side implementation (#5414) 2019-06-11 16:13:42 +02:00
disp_common.c RDPEDISP server side implementation (#5414) 2019-06-11 16:13:42 +02:00
disp_common.h RDPEDISP server side implementation (#5414) 2019-06-11 16:13:42 +02:00