FreeRDP/libfreerdp
Daniel Bungert 27fc3ee64d Fix multiple cases of use of uninitialized vars
* Zeroing xevent helped address some erratic behavior.
* valgrind complained about using xfBitmap uninitialized
  during shutdown, traced it back to the initialization.
  Bitmap_Prototype->size > sizeof(rdpBitmap).
* Early exit from recv_tpkt_pdu is necessary to address
  a shutdown crash - the channelId value was being used
  without being set in the disconnect case.
2014-08-20 03:54:05 -06:00
..
cache Replaced custom logging mechanism with WLog wrapper. 2014-08-07 16:51:24 +02:00
codec Merge pull request #2023 from ptsekov/software-gdi-improvements 2014-08-18 16:22:23 -04:00
common shadow: start RDP client backend for WDS 2014-08-14 18:41:22 -04:00
core Fix multiple cases of use of uninitialized vars 2014-08-20 03:54:05 -06:00
crypto Merge branch 'shadow' of github.com:awakecoding/FreeRDP 2014-08-18 17:06:13 -04:00
gdi Merge pull request #2023 from ptsekov/software-gdi-improvements 2014-08-18 16:22:23 -04:00
locale Replaced custom logging mechanism with WLog wrapper. 2014-08-07 16:51:24 +02:00
primitives Added WITH_LIBRARY_VERSIONING, allowing to build shared libraries without 2014-07-11 11:53:58 +02:00
rail Replaced custom logging mechanism with WLog wrapper. 2014-08-07 16:51:24 +02:00
utils Fixed missing include. 2014-08-11 09:49:57 +02:00
CMakeLists.txt Added WITH_LIBRARY_VERSIONING, allowing to build shared libraries without 2014-07-11 11:53:58 +02:00
dummy.c freerdp: various missing link dependencies and symbol exports 2013-09-03 21:48:26 -04:00