Closed
Bug 122304
Opened 23 years ago
Closed 23 years ago
nsldapi_os_connect_with_to() calls select()
Categories
(Directory Graveyard :: LDAP C SDK, defect)
Directory Graveyard
LDAP C SDK
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 106057
People
(Reporter: jgmyers, Assigned: mcs)
Details
nsldapi_os_connect_with_to() calls select() on unix. This causes a crash when
sockfd >= FD_SETSIZE
The routine should call poll() as well. The code should be audited for other
calls to select().
| Reporter | ||
Comment 1•23 years ago
|
||
...should call poll() instead on unix.
| Assignee | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 106057 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•