We can arrive here early on, before the filter is set. Check for a null

filter.

svn path=/trunk/; revision=12150
This commit is contained in:
Art Yerkes 2004-12-16 07:50:06 +00:00
parent 25c4daa164
commit 4d8fc530e9

View file

@ -83,6 +83,10 @@ EthFilterDprIndicateReceive(
* PacketSize = Total size of received packet
*/
{
/* Not sure if this is a valid thing to do, but we do arrive here early
* in the boot process with Filter NULL. We need to investigate whether
* this should be handled or not allowed. */
if( !Filter ) return;
MiniIndicateData((PLOGICAL_ADAPTER)Filter->Miniport,
MacReceiveContext,
HeaderBuffer,