summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/merge.c
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-11-17 01:54:17 +0000
committerjdp <jdp@FreeBSD.org>1999-11-17 01:54:17 +0000
commit3776d08208bf7d6dcba99c148cba092dbc52eb1b (patch)
tree7645ba4a62a94cbd12b02416d859c685231674ef /lib/libc/stdlib/merge.c
parent98a212df1f8810b90c299e120edcbfba1877933a (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud