summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_sockbuf.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-11-02 05:14:31 +0000
committeralc <alc@FreeBSD.org>2002-11-02 05:14:31 +0000
commit328836c626572cbb92db3e480fbfe6f839592623 (patch)
tree90a3e67be017671fcd88cf32a831b47035f5cf35 /sys/kern/uipc_sockbuf.c
parent3dfe105e7afc279f2190ceed8e7a4a97aa586a49 (diff)
downloadFreeBSD-src-328836c626572cbb92db3e480fbfe6f839592623.zip
FreeBSD-src-328836c626572cbb92db3e480fbfe6f839592623.tar.gz
Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causing
a panic because the socket's state isn't as expected by sofree(). Discussed with: dillon, fenner
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
-rw-r--r--sys/kern/uipc_sockbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c
index 239c408..9872c22 100644
--- a/sys/kern/uipc_sockbuf.c
+++ b/sys/kern/uipc_sockbuf.c
@@ -205,7 +205,7 @@ sonewconn(head, connstatus)
#endif
if (soreserve(so, head->so_snd.sb_hiwat, head->so_rcv.sb_hiwat) ||
(*so->so_proto->pr_usrreqs->pru_attach)(so, 0, NULL)) {
- sotryfree(so);
+ sodealloc(so);
return ((struct socket *)0);
}
OpenPOWER on IntegriCloud