Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #256553

Category curl
Changed by Itay Bookstein <ibooksteinohnoyoudont@gmail.com>
Changed at Wed 28 Jan 2026 09:41:48
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 05367694ecf24a5d39fb1e775739a121e76f33d7

Comments

cf-socket: use SOCK_CLOEXEC in socket_open when available
To close the possible race between socket() and fcntl(), we use
SOCK_CLOEXEC instead of fcntl() when it is available.

Closes #20442

Changed files