freebsd-dev/tools/regression/sockets/socketpair
John Baldwin 1ce2bc9187 Fix a fd leak in socketpair():
- Close the new file objects created during socketpair() if the copyout of
  the new file descriptors fails.
- Add a test to the socketpair regression test for this edge case.
2007-04-02 19:15:47 +00:00
..
Makefile o style.Makefile(5): WARNS= -> WARNS?=. 2006-07-09 11:51:14 +00:00
socketpair.c Fix a fd leak in socketpair(): 2007-04-02 19:15:47 +00:00