seanb eeb51ff4c3 Don't leave a dangling socket (no associated struct file) if
user supplied a bad name or anamelen parameter to accept(2).
If bad paramaters were suplied and a copyout() failed, the
struct file was cleaned up but not the associated socket.  This
could leave sockets in CLOSE_WAIT that could never be closed.
2006-08-22 13:39:48 +00:00
..
2006-08-20 15:05:14 +00:00
2006-08-12 21:46:03 +00:00
2006-08-21 09:05:22 +00:00
2006-07-31 16:34:42 +00:00
2006-08-03 22:06:55 +00:00