<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Index:
Q:/projinf4/trunk/core/bus/kernel/bus_port_mgr.c<BR>===================================================================<BR>---
Q:/projinf4/trunk/core/bus/kernel/bus_port_mgr.c (revision 3307)<BR>+++
Q:/projinf4/trunk/core/bus/kernel/bus_port_mgr.c (revision 3308)<BR>@@
-1219,7 +1219,9 @@<BR> ("%s NULL h_ca?
p_ext %p\n", p_bfi->whoami, p_ext )
);<BR> return;<BR> }<BR>- CL_ASSERT(p_bfi ==
p_ext->p_parent_ext->bus_filter);<BR>+<BR>+ // Don't crash if
p_ext->p_parent_ext is NULL<BR>+ CL_ASSERT((p_ext->p_parent_ext ==
NULL) || p_bfi ==
p_ext->p_parent_ext->bus_filter);<BR> <BR> cl_mutex_acquire(
&gp_port_mgr->pdo_mutex );<BR> CL_ASSERT( p_ext->h_ca
);<BR></FONT></DIV></BODY></HTML>