NetBSD-Bugs archive

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

PR/59523 CVS commit: src/tests/lib/libc/gen/posix_spawn



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59523 CVS commit: src/tests/lib/libc/gen/posix_spawn
Date: Thu, 10 Jul 2025 05:37:45 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Jul 10 05:37:45 UTC 2025
 
 Modified Files:
 	src/tests/lib/libc/gen/posix_spawn: t_fileactions.c
 
 Log Message:
 In the test code for PR 59523 move the redirect of stdout to the end of
 the fileactions, to avoid any interference with the assumptions of the
 test-relevant file actions.
 We can not guarantee anny of this anyway (but it did trigger the original
 problem and both paths in the kernel before the bug was fixed).
 Pointed out by kre.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/gen/posix_spawn/t_fileactions.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