cvs commit: src/sys/net netisr.c

Andre Oppermann andre at FreeBSD.org
Mon Oct 11 13:01:43 PDT 2004


andre       2004-10-11 20:01:43 UTC

  FreeBSD src repository

  Modified files:
    sys/net              netisr.c 
  Log:
  Correctly unregister a netisr by clearing the ni->ni_queue field to NULL as
  well.  This field is actually used by various netisr functions to determine
  the availablility of the specified netisr.  This uncomplete unregister leads
  directly to a crash when the KLD unregistering the netisr is unloaded.
  
  Submitted by:   Sam <sah at softcardsystems.com>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.15      +1 -0      src/sys/net/netisr.c


More information about the cvs-src mailing list