Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2009 11:08:27 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet ip_output.c
Message-ID:  <200904101108.n3AB8XHb013834@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-04-10 11:08:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          ip_output.c 
  Log:
  SVN rev 190890 on 2009-04-10 11:08:27Z by bz
  
  Fix a locking bug introduced in r190369 -
  add a missing unlock operation on the pcbinfo.
  
  Also porperly protect the inp before releasing the lock as in 6.x inps
  can possibly become invalid at that point. [1]
  
  PR:             kern/133415
  PR:             kern/133445
  Tested by:      eugen kuzbass.ru (Eugene Grosbein)
  Discussed with: rwatson [1]
  Pointy hat:     obrien
  
  Revision    Changes    Path
  1.242.2.21  +3 -0      src/sys/netinet/ip_output.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904101108.n3AB8XHb013834>