Subject: CVS commit: basesrc/usr.bin/find
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/14/2001 11:19:26
Module Name:	basesrc
Committed By:	simonb
Date:		Fri Sep 14 08:19:25 UTC 2001

Modified Files:
	basesrc/usr.bin/find: function.c

Log Message:
Use fork() instead of vfork().  The child calls execvp(), which calls
strdup(), which calls malloc()...

Fixes problem with "find .. -exec" growing as reported by Kazushi Marukawa
on current-users@.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 basesrc/usr.bin/find/function.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.