diff options
author | jdp <jdp@FreeBSD.org> | 1999-11-17 01:54:17 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-11-17 01:54:17 +0000 |
commit | 3776d08208bf7d6dcba99c148cba092dbc52eb1b (patch) | |
tree | 7645ba4a62a94cbd12b02416d859c685231674ef /lib/libc/stdlib/merge.c | |
parent | 98a212df1f8810b90c299e120edcbfba1877933a (diff) | |
download | FreeBSD-src-3776d08208bf7d6dcba99c148cba092dbc52eb1b.zip FreeBSD-src-3776d08208bf7d6dcba99c148cba092dbc52eb1b.tar.gz |
Fix a bug in the hack that protects against FTP bounce attacks.
It used to loop back up to the accept() call and block there,
shutting out all other transports until a new connection came in.
Now it returns instead after dropping the connection. That will
take it back to the select() loop where all transports can be
serviced. I intend to MFC this within a day or two since it
fixes a DoS vulnerability.
Diffstat (limited to 'lib/libc/stdlib/merge.c')
0 files changed, 0 insertions, 0 deletions