FreeRDP/channels
Ilya Shipitsin c7954ad0f3 channels/urbdrc/client/data_transfer.c: fix resource leak
found by coverity

705        if (transferDir == USBD_TRANSFER_DIRECTION_OUT)
706        {
      18. Condition !Stream_CheckAndLogRequiredLengthEx("com.freerdp.channels.urbdrc.client" /* "com.freerdp.channels.urbdrc.client" */, 3, s, OutputBufferSize, 1, "%s(%s:%zu)" /* "%s(%s:%zu)" */, <anonymous>, "/home/runner/work/FreeRDP/FreeRDP/channels/urbdrc/client/data_transfer.c", 707UL /* (size_t)707 */), taking true branch.
707                if (!Stream_CheckAndLogRequiredLength(TAG, s, OutputBufferSize))

CID 424733: (#1 of 1): Resource leak (RESOURCE_LEAK)
19. leaked_storage: Variable out going out of scope leaks the storage it points to.
708                        return ERROR_INVALID_DATA;
709                Stream_Copy(s, out, OutputBufferSize);
710        }
2024-04-08 11:39:20 +02:00
..
ainput [clang-tidy] readability-duplicate-include 2024-02-15 11:49:16 +01:00
audin [channesl,oss] fix OSS detection 2024-03-20 09:11:08 +01:00
client [channel,client] update channel pointer 2024-03-14 16:05:51 +01:00
cliprdr [clang,tidy] fix a few warnings 2024-02-27 14:15:43 +01:00
disp [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
drdynvc [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
drive [channels,drive] fix wrong function usage 2024-03-18 13:27:32 +01:00
echo [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
encomsp [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
geometry [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
gfxredir [channels] simplified server linking 2023-03-01 08:18:34 +01:00
location [channels,location] fix sending location messages 2024-03-18 08:41:17 +01:00
parallel [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
printer [channels,printer] support printer channel in synchronous mode. 2024-03-07 11:40:44 +01:00
rail [channels,rail] print handshakeEx flags 2024-03-20 10:00:57 +01:00
rdp2tcp [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rdpdr [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rdpecam [channels,rdpecam] add client channel stub 2024-03-18 08:41:17 +01:00
rdpei [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rdpemsc [clang-tidy] clang-analyzer-unix.Malloc 2024-02-15 11:49:16 +01:00
rdpgfx [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rdpsnd [channesl,oss] fix OSS detection 2024-03-20 09:11:08 +01:00
remdesk [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
serial [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
server [cmake] unify windows resource file generation 2024-03-20 11:17:18 +01:00
smartcard [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
sshagent [freerdp,api] add FREERDP_ENTRY_POINT 2023-08-25 14:36:05 +02:00
telemetry [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
tsmf [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
urbdrc channels/urbdrc/client/data_transfer.c: fix resource leak 2024-04-08 11:39:20 +02:00
video [clang-tidy] clang-analyzer-unix.Malloc 2024-02-15 11:49:16 +01:00
CMakeLists.txt Export interface include directories 2023-08-01 11:12:46 +02:00