FreeRDP/libfreerdp/core
Ilya Shipitsin 12f5368819 make cppcheck even more happier:
[channels/tsmf/client/gstreamer/tsmf_X11.c:317] -> [channels/tsmf/client/gstreamer/tsmf_X11.c:322]: (warning) Either the condition '!decoder' is redundant or there is possible null pointer dereference: decoder.
[channels/tsmf/client/gstreamer/tsmf_X11.c:470] -> [channels/tsmf/client/gstreamer/tsmf_X11.c:475]: (warning) Either the condition '!decoder' is redundant or there is possible null pointer dereference: decoder.
[channels/tsmf/client/gstreamer/tsmf_X11.c:472] -> [channels/tsmf/client/gstreamer/tsmf_X11.c:475]: (warning) Either the condition '!decoder' is redundant or there is possible null pointer dereference: decoder.
[channels/tsmf/client/tsmf_media.c:179] -> [channels/tsmf/client/tsmf_media.c:181]: (warning) Either the condition '!stream' is redundant or there is possible null pointer dereference: stream.
[client/Windows/wf_cliprdr.c:2219] -> [client/Windows/wf_cliprdr.c:2222]: (warning) Either the condition '!formatDataResponse' is redundant or there is possible null pointer dereference: formatDataResponse
[client/Windows/wf_cliprdr.c:2445] -> [client/Windows/wf_cliprdr.c:2448]: (warning) Either the condition '!fileContentsResponse' is redundant or there is possible null pointer dereference: fileContentsResponse.
[client/X11/xf_cliprdr.c:911] -> [client/X11/xf_cliprdr.c:913]: (warning) Either the condition '!clipboard' is redundant or there is possible null pointer dereference: clipboard.
[client/X11/xf_graphics.c:504] -> [client/X11/xf_graphics.c:506]: (warning) Either the condition '!xfc' is redundant or there is possible null pointer dereference: xfc.
[libfreerdp/core/transport.c:861] -> [libfreerdp/core/transport.c:863]: (warning) Either the condition '!transport' is redundant or there is possible null pointer dereference: transport.
[server/shadow/shadow_server.c:777] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:778] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:779] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:781] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:782] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:783] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:784] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:785] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:787] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
[server/shadow/shadow_server.c:789] -> [server/shadow/shadow_server.c:791]: (warning) Either the condition '!server' is redundant or there is possible null pointer dereference: server.
2017-01-26 14:44:19 +05:00
..
gateway Merge pull request #1750 from ccpp/master 2017-01-11 11:02:00 +01:00
test Applied astyle formatting 2016-10-14 15:12:48 +02:00
activation.c Add a callback that allows to adjust monitors layout 2017-01-19 18:05:44 +01:00
activation.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
autodetect.c fix string format specifiers 2016-12-16 13:48:43 +01:00
autodetect.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
bulk.c Inlined heavy used functions. 2017-01-18 15:28:53 +01:00
bulk.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
capabilities.c Allow custom MultifragMaxRequestSize in server mode 2017-01-11 16:36:05 +01:00
capabilities.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
certificate.c fix string format specifiers 2016-12-16 13:48:43 +01:00
certificate.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
channels.c fix string format specifiers 2016-12-16 13:48:43 +01:00
channels.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
client.c Fixed channel connected status. 2017-01-23 14:18:19 +01:00
client.h Use common handle ids for all channels 2016-12-28 12:05:01 +01:00
CMakeLists.txt Merge branch 'gateway-http-bugfix' 2016-12-09 20:43:02 +01:00
codecs.c Fixed clearcodec and codecs reset. 2016-10-06 13:43:01 +02:00
connection.c fix string format specifiers 2016-12-16 13:48:43 +01:00
connection.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
errbase.c Removed unused define. 2015-03-19 14:17:48 +01:00
errconnect.c Fix some spelling errors 2016-12-01 15:36:49 +01:00
errinfo.c fix string format specifiers 2016-12-16 13:48:43 +01:00
errinfo.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
fastpath.c fix string format specifiers 2016-12-16 13:48:43 +01:00
fastpath.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
freerdp.c Merge pull request #3665 from realjiangms/fix_ssl_add_all_digests 2017-01-13 09:46:14 +01:00
gcc.c fix string format specifiers 2016-12-16 13:48:43 +01:00
gcc.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
graphics.c Fixed leak in bitmap handling. 2016-10-10 10:42:14 +02:00
graphics.h Fixed leak in bitmap handling. 2016-10-10 10:42:14 +02:00
heartbeat.c fix string format specifiers 2016-12-16 13:48:43 +01:00
heartbeat.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
info.c fix string format specifiers 2016-12-16 13:48:43 +01:00
info.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
input.c fix string format specifiers 2016-12-16 13:48:43 +01:00
input.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
license.c fix string format specifiers 2016-12-16 13:48:43 +01:00
license.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
listener.c fix string format specifiers 2016-12-16 13:48:43 +01:00
listener.h
mcs.c fix string format specifiers 2016-12-16 13:48:43 +01:00
mcs.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
message.c fix string format specifiers 2016-12-16 13:48:43 +01:00
message.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
metrics.c Fixed leaks, NULL dereferences and broken init. 2015-06-23 21:29:21 +02:00
multitransport.c Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
multitransport.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
nego.c fix string format specifiers 2016-12-16 13:48:43 +01:00
nego.h Using C99 compatible variadic macros. 2016-10-07 14:14:56 +02:00
nla.c fix string format specifiers 2016-12-16 13:48:43 +01:00
nla.h Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
orders.c fix string format specifiers 2016-12-16 13:48:43 +01:00
orders.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
peer.c Treat the result of the Capabilities callback 2017-01-19 17:57:44 +01:00
peer.h libfreerdp-core: expose new API to allow FreeRDS virtual channel hooking 2014-10-10 16:11:42 -04:00
proxy.c Code reformatting of proxy.c, proxy.h 2016-12-13 12:12:04 +01:00
proxy.h Code reformatting of proxy.c, proxy.h 2016-12-13 12:12:04 +01:00
rdp.c fix string format specifiers 2016-12-16 13:48:43 +01:00
rdp.h Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
redirection.c fix string format specifiers 2016-12-16 13:48:43 +01:00
redirection.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
security.c Fixed unused and uninitialized warnings. 2016-12-01 15:36:49 +01:00
security.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
server.c fix string format specifiers 2016-12-16 13:48:43 +01:00
server.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
settings.c Allow custom MultifragMaxRequestSize in server mode 2017-01-11 16:36:05 +01:00
surface.c fix string format specifiers 2016-12-16 13:48:43 +01:00
surface.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
tcp.c Setting DNS error if lookup fails. 2016-12-19 13:49:40 +01:00
tcp.h Fix compilation with OpenSSL 1.1.0 using MSVC 2017-01-09 16:43:28 +01:00
timezone.c fix string format specifiers 2016-12-16 13:48:43 +01:00
timezone.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
tpdu.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
tpdu.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
tpkt.c
tpkt.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
transport.c make cppcheck even more happier: 2017-01-26 14:44:19 +05:00
transport.h Limit the time passed in transport check loop 2016-10-14 15:12:48 +02:00
update.c fix string format specifiers 2016-12-16 13:48:43 +01:00
update.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
window.c fix string format specifiers 2016-12-16 13:48:43 +01:00
window.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00