]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle EPROTO errno from recvmsg
authorOndřej Surý <ondrej@isc.org>
Wed, 26 Aug 2020 14:31:13 +0000 (16:31 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 28 Aug 2020 18:49:01 +0000 (20:49 +0200)
commit9b9fee13fac7228695e5480c8204e9efe953d10a
tree5c1265dadd0efd7f0edbd09ee27a24547160acab
parent3751e24e9e10e7df3b5c0a48e235a453c3b71906
Handle EPROTO errno from recvmsg

It was discovered, that some systems might set EPROTO instead of EACCESS
on recvmsg() call causing spurious syslog messages from the socket
code.  This commit returns soft handling of EPROTO errno code to the
socket code. [GL #1928]

(cherry picked from commit e0380d437d044c1f665b1014a0d4bf3972e9c139)
lib/isc/unix/socket.c