[krbdev.mit.edu #1974] sendto_kdc.c incorrectly closes sockets with close() instead of closesocket()

Jeffrey Altman via RT rt-comment at krbdev.mit.edu
Mon Oct 27 14:59:53 EST 2003


sockets must be closed with closesocket() instead of close() for proper
resource deallocation on systems which do not use file descriptors for
sockets.  (ie, Windows)



More information about the krb5-bugs mailing list