From 95e4a410e64440e8b13eaa1215137e28dc9c58ca Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 12 Jul 1996 10:24:57 +0000 Subject: cannot check for stack underflow --- src/lib/libc/stdlib/alloca.3 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib/libc/stdlib/alloca.3 b/src/lib/libc/stdlib/alloca.3 index dcb97ab11c..659c6ea003 100644 --- a/src/lib/libc/stdlib/alloca.3 +++ b/src/lib/libc/stdlib/alloca.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)alloca.3 5.1 (Berkeley) 5/2/91 -.\" $Id: alloca.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ +.\" $Id: alloca.3,v 1.2 1996/07/12 10:24:57 deraadt Exp $ .\" .Dd May 2, 1991 .Dt ALLOCA 3 @@ -55,9 +55,6 @@ return. The .Fn alloca function returns a pointer to the beginning of the allocated space. -If the allocation failed, a -.Dv NULL -pointer is returned. .Sh SEE ALSO .Xr brk 2 , .Xr pagesize 2 -- cgit v1.2.3-55-g6feb