]> granicus.if.org Git - curl/commit
Curl_pipeline_server_blacklisted: handle a NULL server name
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Oct 2014 21:40:57 +0000 (23:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Oct 2014 21:40:57 +0000 (23:40 +0200)
commitb9a34e818e9ada06a057459270340ea9a4799c01
tree0d1ed28a73876fa6248d346e4d0833c67b58655c
parentd57f7d586bcdbc49cc8a083266cd0baaf6d8b18e
Curl_pipeline_server_blacklisted: handle a NULL server name

Coverity CID 1215284. The server name is extracted with
Curl_copy_header_value() and passed in to this function, and
copy_header_value can actually can fail and return NULL.
lib/pipeline.c