Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/18/2001 08:09:38
Module Name: basesrc
Committed By: simonb
Date: Tue Sep 18 05:09:38 UTC 2001
Modified Files:
basesrc/lib/libc/gen: execvp.c
Log Message:
Use alloca() instead of malloc() and strdup(). Proper fix for the find
problem posted to current-users@netbsd.org. Solution suggested by a
couple of folks on that mailing list, and Art Grabowski who pointed me
at a similar change in OpenBSD.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/lib/libc/gen/execvp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.