Date: Thu, 12 Aug 2004 08:37:42 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c Message-ID: <200408120837.i7C8bgbO013290@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408120837.i7C8bgbO013290>
