]> granicus.if.org Git - curl/commit
curl_multi_cleanup: ignore SIGPIPE better
authorJeff King <peff@peff.net>
Mon, 5 May 2014 10:47:46 +0000 (12:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 May 2014 10:47:46 +0000 (12:47 +0200)
commit37f484276d863347df2616ead1524bffc2257098
treec2a1c5df18ac81d2daa45f432e217cd02cd27aba
parent1f93471bdad95b7e103848adc29d3e947800dfb4
curl_multi_cleanup: ignore SIGPIPE better

When looping and closing each individual connection left open, the
SIGPIPE ignoring was not done and could thus lead to death by signal 13.

Bug: http://thread.gmane.org/gmane.comp.version-control.git/238242
lib/multi.c