[ros-bugs] [Bug 6988] crash when install 3COM nic (3C905CX-TX-M)
ReactOS.Bugzilla at reactos.org
ReactOS.Bugzilla at reactos.org
Wed Mar 28 21:09:21 UTC 2012
http://www.reactos.org/bugzilla/show_bug.cgi?id=6988
--- Comment #1 from netzimme <netzimme at googlemail.com> 2012-03-28 21:09:21 CET ---
i think the problem is that the Interface is NULL in ReconfigureAdapter.
so when check this like this
BOOLEAN ReconfigureAdapter(PRECONFIGURE_CONTEXT Context)
{
PLAN_ADAPTER Adapter = Context->Adapter;
PIP_INTERFACE Interface = Adapter->Context;
//NDIS_STATUS NdisStatus;
IP_ADDRESS DefaultMask;
if (Interface != NULL)
{
<snip>
<\snip>
}
Adapter->State = Context->State;
return TRUE;
}
all seems to be okay an the nic driver will work.
tested on real hardware
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Ros-bugs
mailing list