1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-13 11:09:47 +01:00
wlroots-hyprland/backend/rdp
Michiel a68c7c0c8d Fixes RDP RemoteFX crash
When using the rdp backend and connecting with xfreerdp ... --rfx, wlroots
crashes in backend/rdp/output.c while attempting to realloc(..., 0).

This commit guards against that and instead returns true, resulting in
no rfx message being sent. This prevents the crash and appears to work, but
it's not obvious if this is correct from a specification perspective.
2019-05-13 23:30:38 +03:00
..
backend.c Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
keyboard.c Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
listener.c Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
output.c Fixes RDP RemoteFX crash 2019-05-13 23:30:38 +03:00
peer.c Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
pointer.c Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00