This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
87569f75a9
freebsd-skq
/
tools
/
regression
/
sockets
/
accept_fd_leak
/
Makefile
12 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add simple regression test to detect leakage of file descriptors when accept() returns EAGAIN on a non-blocking listen socket. This is the tool I used to check that such a bug was resolved when merging accept() locking.
2004-07-17 16:56:46 +00:00
#
# $FreeBSD$
#
PROG
=
accept_fd_leak
Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core
2004-12-21 08:47:35 +00:00
NO_MAN
=
Add simple regression test to detect leakage of file descriptors when accept() returns EAGAIN on a non-blocking listen socket. This is the tool I used to check that such a bug was resolved when merging accept() locking.
2004-07-17 16:56:46 +00:00
regress
:
./accept_fd_leak
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink