| Summary: | Enhancement: allow .fakeid to be a named pipe | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Seth <seth> |
| Component: | bin | Assignee: | dwmalone |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.4-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Seth
2000-01-23 19:40:01 UTC
Responsible Changed From-To: freebsd-bugs->dwmalone Inetd is my problem. State Changed From-To: open->closed The S_ISREG check was actually specifically added to avoid allowing fifos to be hooked up to the back end of .fakeid. Specifically, so that if the user program at the other end of the fifo wedged or exited, it would not block the inetd session. In theory you could use O_NOBLOCK and non-blocking I/O, but this also comes with its risks. |