FreeRDP/winpr/libwinpr/utils
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
..
collections Merge branch 'master' of github.com:FreeRDP/FreeRDP 2016-05-11 11:05:17 -04:00
corkscrew Added winpr functions to generate a stacktrace. 2014-08-14 10:36:50 +02:00
lodepng Fix memory leak in lodepng_zlib_compress 2016-01-15 10:16:08 +01:00
test fix segfaults casused by size_t format specifier 2016-05-27 15:55:28 +02:00
trio Don't disable C99 long double math on non Unix platforms 2015-05-05 21:27:17 +03:00
wlog fix segfaults casused by size_t format specifier 2016-05-27 15:55:28 +02:00
CMakeLists.txt wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
cmdline.c winpr: initial port to Universal Windows Platform (UWP) 2016-02-05 16:28:45 -05:00
debug.c fix segfaults casused by size_t format specifier 2016-05-27 15:55:28 +02:00
image.c Fix png image loading that needed write access 2016-01-27 11:02:16 -08:00
ini.c winpr: fix ini utils leak 2016-03-07 21:21:06 -05:00
ModuleOptions.cmake libwinpr: use ModuleOptions.cmake automatically 2012-10-03 19:50:48 -04:00
ntlm.c Fixed memory leaks. 2016-05-12 10:01:30 +02:00
print.c fix segfaults casused by size_t format specifier 2016-05-27 15:55:28 +02:00
sam.c Adapt error level for debug messages 2015-11-09 18:27:38 +01:00
ssl.c winpr: start porting to non-OpenSSL 2015-10-05 16:23:44 -04:00
stream.c winpr/stream: don't allow 0-size streams 2015-10-23 18:38:41 +02:00
winpr.c Added get_build_config functions. 2016-01-28 14:26:50 +01:00