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

Change #248202

Category curl
Changed by Stanislav Fort <stanislav.fortohnoyoudont@aisle.com>
Changed at Mon 10 Nov 2025 08:54:43
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision b0aba1005bf4f0f1eef467cf1e0ef4728421a6fd

Comments

cshutdn: acknowledge FD_SETSIZE for shutdown descriptors
In the logic called for curl_multi_fdset().

File descriptors larger than FD_SETSIZE size are simply ignored, which
of course will make things break but at least it does not trash memory.

Reported-by: Stanislav Fort (Aisle Research)
Closes #19439

Changed files