diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-12 10:24:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-12 10:24:58 +0000 |
commit | c7a13b78b636f513ae61e3cb593d0e5a543a3977 (patch) | |
tree | 127e2ba365bd7c5b6f968aeac1b8fea395ab1f87 /lib/libc/stdlib/alloca.3 | |
parent | bc255beca0a8b17d9f0577012bc8351ec557595f (diff) |
cannot check for stack underflow
Diffstat (limited to 'lib/libc/stdlib/alloca.3')
-rw-r--r-- | lib/libc/stdlib/alloca.3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3 index 18aeccbe0d0..659c6ea0039 100644 --- a/lib/libc/stdlib/alloca.3 +++ b/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 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 |