cvs commit: src/sys/netinet ip_input.c

Andre Oppermann andre at FreeBSD.org
Thu Aug 12 01:37:42 PDT 2004


andre       2004-08-12 08:37:42 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_input.c 
  Log:
  Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function.
  The first one was going to 'dropfrag', which unlocks the IPQ, before the lock
  was aquired; The second one doing a unlock and then a 'goto dropfrag' which
  led to a double-unlock.
  
  Tripped over by:        des
  
  Revision  Changes    Path
  1.281     +2 -2      src/sys/netinet/ip_input.c


More information about the cvs-src mailing list