]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: abort on unlisted errno on sendto()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 18 May 2022 16:26:13 +0000 (18:26 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 19 May 2022 08:18:18 +0000 (10:18 +0200)
commitad5df386d9d5b3bc3b490dccf6fc08992063c0fb
treeec7b74499e3511cbfac5cdbedf8ec4af7489d100
parent8fa666650f0cd2d9390764fdcd2b14a8200397cb
MINOR: quic: abort on unlisted errno on sendto()

If an unlisted errno is reported, abort the process. If a crash is
reported on this condition, we must determine if the error code is a
bug, should interrupt emission on the fd or if we can retry the syscall.
src/quic_sock.c