[EMAIL PROTECTED] writes:
> In the libpq C interface, PQconnectdb results in a SEGV when the conn->sock number
>is greater than __FD_SETSIZE (1024 on linux). The crash is caused by stack
>corruption when attempting to FD_SET.
Shouldn't you be filing this bug against libc? Seems to me the
left
Chris Brown ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
PQconnectdb SEGV
Long Description
In the libpq C interface, PQconnectdb results in a SEGV when the conn->sock number is
greater than __FD_SETSIZE (1024 on linux). The