mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 06:40:31 -05:00
DoS bug that the select(2)/accept(2) pair is called on a socket that is in the blocking I/O mode. The bug is triggered if a selected connection dies before the accept(2) leading to the accept(2) blocking virtually forever. MFC after: 1 week |
||
|---|---|---|
| .. | ||
| config.h | ||
| extern.h | ||
| ftpcmd.y | ||
| ftpd.8 | ||
| ftpd.c | ||
| logwtmp.c | ||
| Makefile | ||
| pathnames.h | ||
| popen.c | ||