ru          2005-11-14 18:19:57 UTC
  FreeBSD src repository
  Modified files:
    sys/compat/ndis      subr_ndis.c 
  Log:
  Unlike the rest of the world, NDIS code can access "struct
  ifnet" before is has been fully initialized by if_attach().
  Account for that to avoid a null pointer dereference.
  
  Revision  Changes    Path
  1.102     +2 -1      src/sys/compat/ndis/subr_ndis.c