FreeRDP/client
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
..
Android Merge pull request #2023 from ptsekov/software-gdi-improvements 2014-08-18 16:22:23 -04:00
common handle user@corp.net username correctly 2014-08-19 12:02:48 +02:00
DirectFB Replaced fprintf(stderr with DEBUG_WARN 2014-08-07 22:21:07 +02:00
iOS Recompressed images with FileOptimizer 6.8 (an open-source mass file recompression tool for Windows) 2014-08-08 20:12:25 -04:00
Mac Changed back the permissions to previous values 2014-08-08 20:14:56 -04:00
Sample Moved update thread from client to library. 2014-07-14 19:27:50 +02:00
Windows Merge pull request #2024 from repzilon/master 2014-08-18 13:08:52 -04:00
X11 Fix multiple cases of use of uninitialized vars 2014-08-20 03:54:05 -06:00
.gitignore freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
CMakeLists.txt freerdp: add more vendor options 2014-05-09 12:25:05 -04:00