kern/93914: panic: uipc 3

Gleb Smirnoff glebius at FreeBSD.org
Thu Mar 16 23:20:41 UTC 2006


The following reply was made to PR kern/93914; it has been noted by GNATS.

From: Gleb Smirnoff <glebius at FreeBSD.org>
To: Christian Biere <christianbiere at gmx.de>
Cc: FreeBSD-gnats-submit at 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


More information about the freebsd-bugs mailing list