diff options
author | 1996-07-12 10:24:57 +0000 | |
---|---|---|
committer | 1996-07-12 10:24:57 +0000 | |
commit | e742837a45241e5173af3b3a90852ebfdfa8f8f2 (patch) | |
tree | 4aca3fc626be6424137c97b6ab97c0fc8cae49ad /lib/libc/stdlib | |
parent | precheck getty devices for existance; if not there shut then down (diff) | |
download | wireguard-openbsd-e742837a45241e5173af3b3a90852ebfdfa8f8f2.tar.xz wireguard-openbsd-e742837a45241e5173af3b3a90852ebfdfa8f8f2.zip |
cannot check for stack underflow
Diffstat (limited to 'lib/libc/stdlib')
-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 dcb97ab11c1..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.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 |