Armin Novak
a9644a26a0
Removed obsolete headers and defines.
2014-09-15 08:55:00 +02:00
Armin Novak
d122200fe4
Added headers for converting logging in libfreerdp, channels, clients and servers.
2014-09-09 16:33:05 +02:00
Bernhard Miklautz
3e355c9f79
channels: fix possible overflow in logging
...
Fixes clang compiler warning:
"warning: the value of the size argument in 'strncat' is too large,
might lead to a buffer overflow [-Wstrncat-size]"
strncat requires an extra byte for '\0' so dest needs to have a size of
n+1
2014-08-29 16:37:14 +02:00
Marc-André Moreau
422336b8b8
Merge branch 'master' of github.com:FreeRDP/FreeRDP
...
Conflicts:
include/freerdp/channels/log.h
2014-08-11 18:56:07 -04:00
Marc-André Moreau
b713bc1a98
freerdp: fix possible clog memory corruption
2014-08-11 18:51:22 -04:00
Nicholas Twerdochlib
c41c6589e1
Minor tweak to CLOG_PRINT macro. Initialalize tag buffer to NULL. Use strncat as a fail safe.
2014-08-11 18:48:11 -04:00
Armin Novak
66b8905ac6
Using special log defines for channels now.
2014-08-11 09:12:01 +02:00