qt6-bb10/src/network/socket
Shane Kearns 119da2c8d4 Sockets: Fix potential null pointer usages
QAbstractSocketEngine::createSocketEngine can return 0 as well as throw.
In two cases the pointer was being used before the null check, in a 3rd
case the null check was missing.

Reviewed-by: Markus Goetz
(cherry picked from commit 19edac88af53eea7f733cabbaee77f9b725b7ea9)
2011-05-11 16:39:40 +02:00
..
qabstractsocket.cpp Sockets: Fix potential null pointer usages 2011-05-11 16:39:40 +02:00
qabstractsocket.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractsocket_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractsocketengine.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstractsocketengine_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qhttpsocketengine.cpp Send User-Agent from the network request in http proxy CONNECT command 2011-05-09 13:16:13 +02:00
qhttpsocketengine_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalserver.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalserver.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalserver_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalserver_tcp.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalserver_unix.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalserver_win.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalsocket.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalsocket.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalsocket_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalsocket_tcp.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalsocket_unix.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qlocalsocket_win.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnativesocketengine.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnativesocketengine_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnativesocketengine_unix.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnativesocketengine_win.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnet_unix_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsocks5socketengine.cpp Fix error handling in write for socks socket engine 2011-05-09 13:14:10 +02:00
qsocks5socketengine_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qsymbiansocketengine.cpp Optimisation - buffer packet read in pendingDatagramSize 2011-05-11 16:37:23 +02:00
qsymbiansocketengine_p.h Optimisation - buffer packet read in pendingDatagramSize 2011-05-11 16:37:23 +02:00
qtcpserver.cpp Sockets: Fix potential null pointer usages 2011-05-11 16:39:40 +02:00
qtcpserver.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtcpsocket.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtcpsocket.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qtcpsocket_p.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qudpsocket.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qudpsocket.h Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
socket.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00