FreeRDP/channels
Bernhard Miklautz f469e069dc stream: Stream_Ensure*Capacity: change return type
Change the return type of Stream_Ensure*Capacity from void to BOOL to be
able to detect realloc problems easily. Otherwise the only way to detect
this was to check if the capacity after the call was >= the required
size.
In case Stream_Ensure*Capacity fails the old memory is still available
and need to freed outside.

This commit also adds checks to most calls of Stream_Ensure*Capacity to
check if the call was successful.
2015-03-30 16:33:48 +02:00
..
audin stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
client build: cmake 3.1 compatibility 2014-12-12 19:26:22 +01:00
cliprdr stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
disp Prettiefied WLog messages. 2015-01-20 11:46:25 +01:00
drdynvc stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
drive stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
echo Merge pull request #1965 from akallabeth/dynamic-addin-naming 2014-10-31 13:42:16 +01:00
encomsp Fixed variable initialisation and cleanup. 2015-01-20 12:31:37 +01:00
parallel Removed library prefix override. 2014-09-17 11:27:11 +02:00
printer Removed library prefix override. 2014-09-17 11:27:11 +02:00
rail rail: fix incorrect usage of realloc. 2015-03-11 11:17:52 +08:00
rdpdr stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
rdpei stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
rdpgfx xfreerdp: fix egfx multimonitor support 2015-02-10 16:32:07 -05:00
rdpsnd stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
remdesk Fixed variable initialisation and cleanup. 2015-01-20 12:31:16 +01:00
serial serial: changed the default underlying ServerSerialDriverId from SerialDriverSerCx2Sys to SerialDriverSerialSys 2015-02-06 19:56:36 +01:00
server Add server-side RDPEI 2014-11-20 22:19:29 +01:00
smartcard channels/smartcard: fix pioRecvPci with cbExtraBytes > 0 2015-03-13 14:20:57 -04:00
tsmf stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
urbdrc urbdrc: fix undefined behavior of sprintf. 2015-03-13 11:15:14 +08:00
CMakeLists.txt build: cmake 3.1 compatibility 2014-12-12 19:26:22 +01:00