Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2000 13:34:03 -0600
From:      Chris Costello <chris@calldei.com>
To:        committers@FreeBSD.org
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <20000318133403.O24374@holly.calldei.com>
In-Reply-To: <200003180127.RAA26576@freefall.freebsd.org>
References:  <200003180127.RAA26576@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, March 17, 2000, Chris Costello wrote:
>   Log:
>   In vn_isdisk(), check whether vp->v_rdev is NULL.  If it is, then
>   return ENXIO (Device not configured).  Without this, vn_isdisk()
>   could (and did in the case of lstat() under fdesc) pass a NULL pointer
>   to devsw(), which caused a page fault.

   I'd like to MFC this tonight (Saturday night, US, CST, etc.)
unless there's a reason not to.  Does anyone have any objections
to this change going into 4.X?

-- 
|Chris Costello <chris@calldei.com>
|Bad style destroys an otherwise superb program.
`-----------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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