]> granicus.if.org Git - curl/commit
Check for a NULL easy->easy_conn in multi_getsock() since it can in fact
authorDaniel Stenberg <daniel@haxx.se>
Sat, 31 Mar 2007 10:56:07 +0000 (10:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 31 Mar 2007 10:56:07 +0000 (10:56 +0000)
commitb9e5fecf5f381f5a54edc73882f5fabaac1ac40d
treed8f6f72d2aecdd85c23550cf24fe66fd359f968a
parent3af08472ad792c598c3257ffc8e9198c8b66f34d
Check for a NULL easy->easy_conn in multi_getsock() since it can in fact
happen when curl_multi_remove_handle() is called.
CID 13. coverity.com scan
lib/multi.c