OpenSSH is allocating a fd_set of exactly the needed size, which leads to buffer overflows in select(2) when it tries to zero out the fd_set assuming it is the normal size. |
||
|---|---|---|
| .. | ||
| select.c | ||
OpenSSH is allocating a fd_set of exactly the needed size, which leads to buffer overflows in select(2) when it tries to zero out the fd_set assuming it is the normal size. |
||
|---|---|---|
| .. | ||
| select.c | ||