FreeRDP/libfreerdp/utils
Ilya Shipitsin 1f3a49c57a libfreerdp/utils/http.c: fix resource leak
found by coverity

128                if (winpr_asprintf(&headers, &size, post_header_fmt, path, hostname, blen) < 0)

CID 424888: (#1 of 1): Resource leak (RESOURCE_LEAK)
15. leaked_storage: Variable hostname going out of scope leaks the storage it points to.
129                        return FALSE;
130        }
2024-04-08 11:39:20 +02:00
..
test [utils,test] add TestEncodedTypes 2024-03-18 08:41:17 +01:00
cliprdr_utils.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
CMakeLists.txt [cmake] move platform defines to common include 2024-03-20 09:11:08 +01:00
drdynvc.c [core,utils] add drdynvc stringification functions 2023-01-12 22:54:25 +01:00
encoded_types.c [utils,encoded_types] fix read/write, add limits 2024-03-18 08:41:17 +01:00
gfx.c [gfx] moved rdpgfx_get_codec_id_string to utils 2022-12-18 15:14:30 +01:00
http.c libfreerdp/utils/http.c: fix resource leak 2024-04-08 11:39:20 +02:00
passphrase.c [clang-tidy] readability-duplicate-include 2024-02-15 11:49:16 +01:00
pcap.c [winpr,sysinfo] unify time function use 2024-03-11 09:54:10 +01:00
profiler.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
rdpdr_utils.c [clang-tidy] readability-isolate-declaration 2024-02-15 11:49:16 +01:00
ringbuffer.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
signal.c [winpr] use winpr_strerror instead of strerror 2024-02-06 15:45:47 +01:00
smartcard_call.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
smartcard_operations.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
smartcard_pack.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
stopwatch.c [winpr,sysinfo] unify time function use 2024-03-11 09:54:10 +01:00
string.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00