Date: Thu, 16 Mar 2006 23:20:23 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/93914: panic: uipc 3 Message-ID: <200603162320.k2GNKNwx016423@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR kern/93914; it has been noted by GNATS.
From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Christian Biere <christianbiere@gmx.de>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: kern/93914: panic: uipc 3
Date: Thu, 16 Mar 2006 18:16:16 +0300
Christian,
I fail to reproduce panic on CURRENT. In unp_connect()
we've got a check that prevents entering uipc_send() in
the given case:
if (so->so_type != so2->so_type) {
error = EPROTOTYPE;
goto bad2;
}
--
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603162320.k2GNKNwx016423>
