]> diplodocus.org Git - nmh/commitdiff
Don't recurse in advertise() on writev(2) error, just write(2).
authorRalph Corderoy <ralph@inputplus.co.uk>
Wed, 19 Oct 2016 12:04:12 +0000 (13:04 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Wed, 19 Oct 2016 12:04:12 +0000 (13:04 +0100)
Some errors, e.g. EPIPE, cause the advise()'s call to another
advertise() to fail again, ad segvinitum when stack busts.  Instead,
snprintf(3) and write(2) that single string, ignoring any error.


No differences found