Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 1997 23:21:44 -0800
From:      David Greenman <dg@root.com>
To:        cvs-committers@FreeBSD.ORG
Cc:        cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <199712250721.XAA16962@implode.root.com>

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.

   Oops, this does not need to be brought into the 2.2.x branch. The code is
quite different in 2.2.x and the bug doesn't exist there.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project



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