Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Tyler R. Retzlaff <rtr@netbsd.org>
List: source-changes
Date: 03/20/2006 05:12:24
Module Name:	src
Committed By:	rtr
Date:		Mon Mar 20 05:12:24 UTC 2006

Modified Files:
	src/lib/libc/gen: execl.c

Log Message:
check the return of alloca() if it fails set errno = ENOMEM and fail execl().
approved by christos@
resolves pr29671


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libc/gen/execl.c

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