NetBSD-Bugs archive

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

PR/53548 CVS commit: src/bin/sh



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

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53548 CVS commit: src/bin/sh
Date: Sat, 25 Aug 2018 02:42:49 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Sat Aug 25 02:42:49 UTC 2018
 
 Modified Files:
 	src/bin/sh: eval.c
 
 Log Message:
 PR bin/53548
 
 Deal with the new shell internal exit reason EXEXIT in the case of
 a shell which has vfork()'d.   It takes a peculiar set of circumstances
 to get into a situation where this is ever relevant, but it can be
 done.   See the PR for details.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.160 -r1.161 src/bin/sh/eval.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