NetBSD-Bugs archive

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

PR/58822 CVS commit: src/sys/compat/netbsd32



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58822 CVS commit: src/sys/compat/netbsd32
Date: Sun, 10 Nov 2024 16:20:13 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Nov 10 16:20:13 UTC 2024
 
 Modified Files:
 	src/sys/compat/netbsd32: netbsd32_ioctl.c
 
 Log Message:
 netbsd32_ioctl: Use fd_set_exclose instead of open-coding it.
 
 No functional change intended -- this just reduces unnecessary
 copies of open-coded logic which, when copied incompletely, led to:
 
 PR kern/58822: close-on-exec is broken for dup3 and opening cloning
 devices
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.121 -r1.122 src/sys/compat/netbsd32/netbsd32_ioctl.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