cvs commit: src/sys/netinet6 in6_pcb.c

Robert Watson rwatson at FreeBSD.org
Sat Aug 21 10:38:48 PDT 2004


rwatson     2004-08-21 17:38:48 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6_pcb.c 
  Log:
  When notifying protocol components of an event on an in6pcb, use the
  result of the notify() function to decide if we need to unlock the
  in6pcb or not, rather than always unlocking.  Otherwise, we may unlock
  and already unlocked in6pcb.
  
  Reported by:    kuriyama, Gordon Bergling <gbergling at 0xfce3.net>
  Tested by:      kuriyama, Gordon Bergling <gbergling at 0xfce3.net>
  Discussed with: mdodd
  
  Revision  Changes    Path
  1.60      +5 -3      src/sys/netinet6/in6_pcb.c


More information about the cvs-all mailing list