FreeRDP/libfreerdp
Norbert Federa e8c4910e2e fix segfaults casused by size_t format specifier
win32/msvc cc does not recognize the %z format specifier which caused
invalid references and segfaults on win32.
Until FreeRDP gets format specifier macros we'll cast size_t to
unsigned long and use the %lu specifier.

Also simplified winpr_backtrace_symbols() a little bit and fixed it
to allocate the correct amount of bytes for the return buffer.
2016-05-27 15:55:28 +02:00
..
cache Fix char signedness in glyph offset calculation, fixes #2137 2016-02-21 18:15:32 +01:00
codec Merge pull request #3341 from awakecoding/xcrush_fix 2016-05-12 14:38:23 -04:00
common Fixed memory leaks. 2016-05-12 10:01:30 +02:00
core fixed kerberos authentication 2016-05-16 09:53:38 -07:00
crypto Merge branch 'master' of github.com:FreeRDP/FreeRDP 2016-05-11 11:05:17 -04:00
gdi channels/rdpgfx: fix resetting of codec contexts 2016-05-11 13:42:54 -04:00
locale freerdp: UWP porting 2016-03-29 16:03:15 -04:00
primitives fix segfaults casused by size_t format specifier 2016-05-27 15:55:28 +02:00
utils First shot on fixing over linking 2016-03-29 18:14:34 +02:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
freerdp.pc.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00