Subject: Re: CVS commit: syssrc
To: Matthias Drochner <drochner@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 05/28/2000 09:35:06
On Sun, May 28, 2000 at 03:21:56AM -0700, Matthias Drochner wrote:

 > Log Message:
 > Don't silently truncate the voff_t offset to vaddr_t when passing it to
 > udv_attach. Pass the whole voff_t instead and do an explicite overflow
 > check before it is passed to the device's mmap handler (as "int", sadly).

We should just change the mmap() interface.  Probably before the 1.5
branch, as one could definitely consider this a bug.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>