stud icon indicating copy to clipboard operation
stud copied to clipboard

create_back_socket() could leak the just-created FD if connect() returns an unexpected error

Open sbelmon opened this issue 13 years ago • 0 comments

EAGAIN is not likely with TCP (you'd need a bad ulimit for exampel), but if nothing else, it's hard on the eyes.

sbelmon avatar May 18 '12 19:05 sbelmon