FreeRDP/channels/disp/server
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
..
CMakeLists.txt RDPEDISP server side implementation (#5414) 2019-06-11 16:13:42 +02:00
disp_main.c server/disp: Sanitize optional physical monitor size values 2022-02-22 10:55:22 +01:00
disp_main.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00