FreeRDP/libfreerdp
Ondrej Holy 9aca06e0b7
[core,gateway] always return in case of error
Currently, the `arm_handle_bad_request` function returns `FALSE` when the
`cJSON_ParseWithLength` function fails to parse the message, but only when
the `cJSON_GetErrorPtr` returns a valid pointer. It would be better to
return regardless of the `cJSON_GetErrorPtr` return value.
2024-05-16 11:56:03 +02:00
..
cache [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
codec [warnings] fix Wshadow warnings 2024-05-08 15:30:01 +02:00
common [warnings] fix Wshadow warnings 2024-05-08 15:30:01 +02:00
core [core,gateway] always return in case of error 2024-05-16 11:56:03 +02:00
crypto [warnings] fixed sign and const 2024-04-18 11:05:58 +02:00
emu [warnings] fixed sign and const 2024-04-18 11:05:58 +02:00
gdi [tests] fix mismatched allocation function 2024-04-17 18:47:16 +02:00
locale [locale,xkbfile] improve mapping 2024-04-03 08:22:25 +02:00
primitives [warnings] fixed sign and const 2024-04-18 11:05:58 +02:00
utils [utils] link m library if required 2024-05-14 20:45:38 +02:00
CMakeLists.txt [core,client] replace cJSON with WinPR wrapper 2024-05-14 20:45:31 +02:00
FreeRDPConfig.cmake.in [core,client] replace cJSON with WinPR wrapper 2024-05-14 20:45:31 +02:00
freerdp.pc.in [pkg-config] add private optional link libraries 2024-03-14 10:35:03 +01:00