Comment 4 for bug 731878

Revision history for this message
Kees Cook (kees) wrote :

This appears to be a behavioral change to the shutdown(2) function. The socket gets only partially shut down. It's like "close()" was called instead of "shutdown()" which is supposed to kill the socket everywhere.