FreeRDP/channels/rdpei
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
..
client channels: fix drdynvc, patch memory leaks 2014-12-27 15:20:29 -05:00
server stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
ChannelOptions.cmake channels/rdpei: stub RDP8 multi-touch extension 2013-03-19 16:52:07 -04:00
CMakeLists.txt Add server-side RDPEI 2014-11-20 22:19:29 +01:00
rdpei_common.c Add server-side RDPEI 2014-11-20 22:19:29 +01:00
rdpei_common.h Add server-side RDPEI 2014-11-20 22:19:29 +01:00