yar beedaf29a1 Block SIGURG while reading from the control channel.
Rationale:

SIGURG is configured by ftpd to interrupt system calls, which is useful
during data transfers.  However, SIGURG could interrupt I/O on the
control channel as well, which was mistaken for the end of the session.

A practical example could be aborting the download of a tiny file,
when the abort sequence reached ftpd after ftpd had passed the file
data to the system and returned to its command loop.

Reported by:	ceri
MFC after:	1 week
2003-07-09 13:54:33 +00:00
..
2003-06-15 03:08:37 +00:00
2003-06-14 19:32:52 +00:00
2003-06-08 12:40:50 +00:00
2003-05-04 00:43:39 +00:00
2003-06-08 12:38:18 +00:00
2003-05-04 00:59:13 +00:00