Skip to content

Conversation

@bagder
Copy link
Member

@bagder bagder commented Nov 10, 2025

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)

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)
@bagder bagder requested a review from icing November 10, 2025 07:21
@bagder bagder marked this pull request as ready for review November 10, 2025 07:21
Copy link
Contributor

@icing icing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, good catch.

@bagder bagder closed this in b0aba10 Nov 10, 2025
@bagder bagder deleted the bagder/shutdown-fds branch November 10, 2025 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants