Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 1997 22:57:39 -0800 (PST)
From:      David Greenman <davidg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <199712250657.WAA10378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      1997/12/24 22:57:38 PST

  Modified files:
    sys/netinet          in_pcb.c 
  Log:
  The spl fixes in in_setsockaddr and in_setpeeraddr that were meant to
  fix PR#3618 weren't sufficient since malloc() can block - allowing the
  net interrupts in and leading to the same problem mentioned in the
  PR (a panic). The order of operations has been changed so that this
  is no longer a problem.
  Needs to be brought into the 2.2.x branch.
  PR:		3618
  
  Revision  Changes    Path
  1.37      +17 -11    src/sys/netinet/in_pcb.c



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