K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-04-02T19:15:47.000000Z K 7 svn:log V 207 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. END