]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't implicitly terminate a user message when moving it to the
authortuexen <tuexen@FreeBSD.org>
Fri, 25 Dec 2015 18:11:40 +0000 (18:11 +0000)
committertuexen <tuexen@FreeBSD.org>
Fri, 25 Dec 2015 18:11:40 +0000 (18:11 +0000)
commit0efa1469be94566c09b9f4ce538c28e92d26026c
treea4f7b374845552c29163b4c2670c53ee7609000b
parent1d2026b19b295705240a2a740a18e29576e0819e
Don't implicitly terminate a user message when moving it to the
send_queue and the socket is closed. This results in strange
race conditions for the application.
While there, remove a stray character.

MFC after: 3 days
sys/netinet/sctp_output.c