Skip to content

Don't use select(2) in js_os_poll #1096

@bnoordhuis

Description

@bnoordhuis

fd_set is limited in size. FD_SET(fd, &set) where fd > FD_SETSIZE (normally 1024) is an OOB write.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions