]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: detect EBADF on sendto()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 19 May 2022 09:53:56 +0000 (11:53 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 19 May 2022 09:58:32 +0000 (11:58 +0200)
commit3dde0d86dd4945a37d195a32578c707465851ede
tree718f61e849a83beaa06df151b8694992fa85bd06
parentad5df386d9d5b3bc3b490dccf6fc08992063c0fb
MINOR: quic: detect EBADF on sendto()

EBADF can be encountered during process termination after fd listener
has been reset to -1.
src/quic_sock.c