Subject: lib/32516: mmap(2) pages is makes incorrect statement about len argument
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <uwe@NetBSD.org>
List: netbsd-bugs
Date: 01/13/2006 14:45:00
>Number: 32516
>Category: lib
>Synopsis: mmap(2) pages is makes incorrect statement about len argument
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: lib-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Fri Jan 13 14:45:00 +0000 2006
>Originator: Valeriy E. Ushakov
>Release: 3.0
>Organization:
>Environment:
N/A
>Description:
mmap(2) page lists "len was less than zero." as a possible reason
for EINVAL. But len is size_t, i.e. an unsigned integer type.
>How-To-Repeat:
>Fix: