Maxim Konovalov
40e677651c
o Merge rev. 1.5 libexec/ftpd/ftpd.c from DragonflyBSD:
...
Do not unconditionally fork() after accept(). accept() can
return -1 due to an interrupted system call (i.e. SIGCHLD).
If we fork in that case ftpd can get into an
accept()/SIGCHLD/fork/[fail]/repeat loop.
Reported-by: fabian <fabian.duelli@bluewin.ch>
Obtained from: DragonflyBSD
MFC after: 1 month
2004-09-24 13:21:52 +00:00
..
2004-07-11 17:37:33 +00:00
2004-07-29 18:05:20 +00:00
2002-08-16 03:08:25 +00:00
2004-07-02 21:28:50 +00:00
2004-02-28 21:50:50 +00:00
2004-09-24 13:21:52 +00:00
2004-06-25 10:11:28 +00:00
2004-08-21 03:36:47 +00:00
2003-07-07 03:54:04 +00:00
2004-05-16 22:11:56 +00:00
2003-01-01 18:49:04 +00:00
2003-11-15 15:26:35 +00:00
2003-01-02 20:44:41 +00:00
2004-08-21 07:23:41 +00:00
2004-07-02 21:28:50 +00:00
2004-07-02 21:28:50 +00:00
2004-07-02 21:28:50 +00:00
2003-09-01 04:12:18 +00:00
2004-02-04 10:20:43 +00:00
2003-06-02 02:35:18 +00:00
2004-07-02 21:28:50 +00:00
2002-07-15 18:51:57 +00:00
2004-07-02 21:28:50 +00:00
2004-07-02 21:28:50 +00:00
2004-09-23 23:04:52 +00:00
2003-04-01 12:37:54 +00:00
2003-07-07 03:54:04 +00:00
2004-06-14 22:44:13 +00:00
2003-06-04 15:59:13 +00:00
2004-08-06 07:27:08 +00:00
2004-08-16 15:45:27 +00:00
2004-07-02 21:28:50 +00:00
2004-09-21 19:01:48 +00:00