Subject: PR/29671 CVS commit: src/lib/libc/gen
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Tyler R. Retzlaff <rtr@netbsd.org>
List: netbsd-bugs
Date: 03/20/2006 05:15:07
The following reply was made to PR lib/29671; it has been noted by GNATS.

From: "Tyler R. Retzlaff" <rtr@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29671 CVS commit: src/lib/libc/gen
Date: Mon, 20 Mar 2006 05:12:24 +0000 (UTC)

 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.