NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/17507 CVS commit: [netbsd-5-2] src/sys/kern
The following reply was made to PR kern/17507; it has been noted by GNATS.
From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/17507 CVS commit: [netbsd-5-2] src/sys/kern
Date: Fri, 24 Apr 2015 05:46:09 +0000
Module Name: src
Committed By: msaitoh
Date: Fri Apr 24 05:46:09 UTC 2015
Modified Files:
src/sys/kern [netbsd-5-2]: sys_select.c
Log Message:
Pull up following revision(s) (requested by prlw1 in ticket #1957):
sys/kern/sys_select.c patch
Limit nfds arg to poll() to a large enough value that user programs
cannot allocate indefinite sized blocks of kvm. If the limit is
exceeded, then return EINVAL instead of silently truncating the list.
Addresses PR/17507.
[prlw1, ticket #1957]
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.14.1 src/sys/kern/sys_select.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index