]> git.ipfire.org Git - thirdparty/curl.git/commit
cf-socket: if FD_CLOEXEC fails on accepted socket, cleanup
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2025 11:23:46 +0000 (13:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2025 14:12:34 +0000 (16:12 +0200)
commitc0564ceb3a51feb0f5c5236809aa8420644b1fc7
tree5f9a394d9c6f2917c13fbb31404b524bffc7364e
parentfbff1d5b9071283024253ddf48e81547f6474394
cf-socket: if FD_CLOEXEC fails on accepted socket, cleanup

Follow-up to 9d7b532404181568de1611084bd9f

Pointed out by ZeroPath

Closes #19098
lib/cf-socket.c