]> granicus.if.org Git - curl/commit
multi_runsingle: added precaution against easy_conn NULL pointer
authorDaniel Stenberg <daniel@haxx.se>
Sun, 15 Jul 2012 18:31:37 +0000 (20:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 15 Jul 2012 18:33:11 +0000 (20:33 +0200)
commit9d1171693361622762dd078d7a1a7236d84f838e
tree30f18fb7f23f6ef91795e09f6436198ab4277ea1
parentff318a6302a92ffb627ebffb397e8dc2420a96c0
multi_runsingle: added precaution against easy_conn NULL pointer

In many states the easy_conn pointer is referenced and just assumed to
be working. This is an added extra check since analyzing indicates
there's a risk we can end up in these states with a NULL pointer there.
lib/multi.c