NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57504 CVS commit: src/tests/lib/libc/sys



The following reply was made to PR kern/57504; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57504 CVS commit: src/tests/lib/libc/sys
Date: Fri, 18 Oct 2024 16:39:41 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Oct 18 16:39:41 UTC 2024
 
 Modified Files:
 	src/tests/lib/libc/sys: t_select.c
 
 Log Message:
 tests/lib/libc/sys/t_select: Test select on bad file descriptors.
 
 This should immediately fail, not hang, even if the bad fd is
 high-numbered.
 
 PR kern/57504: select with large enough bogus fd number set hangs
 instead of failing with EBADF
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/sys/t_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