diff options
author | deraadt <> | 1996-07-12 10:24:57 +0000 |
---|---|---|
committer | deraadt <> | 1996-07-12 10:24:57 +0000 |
commit | 95e4a410e64440e8b13eaa1215137e28dc9c58ca (patch) | |
tree | 95c17eef1f44412c26e7dcca2b3c97f160a8b231 | |
parent | 693c499dbc9ea293d6ea5c1dfcc158e62ac61dcb (diff) | |
download | openbsd-95e4a410e64440e8b13eaa1215137e28dc9c58ca.tar.gz openbsd-95e4a410e64440e8b13eaa1215137e28dc9c58ca.tar.bz2 openbsd-95e4a410e64440e8b13eaa1215137e28dc9c58ca.zip |
cannot check for stack underflow
-rw-r--r-- | src/lib/libc/stdlib/alloca.3 | 5 |
1 files changed, 1 insertions, 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 @@ | |||
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" from: @(#)alloca.3 5.1 (Berkeley) 5/2/91 | 32 | .\" from: @(#)alloca.3 5.1 (Berkeley) 5/2/91 |
33 | .\" $Id: alloca.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ | 33 | .\" $Id: alloca.3,v 1.2 1996/07/12 10:24:57 deraadt Exp $ |
34 | .\" | 34 | .\" |
35 | .Dd May 2, 1991 | 35 | .Dd May 2, 1991 |
36 | .Dt ALLOCA 3 | 36 | .Dt ALLOCA 3 |
@@ -55,9 +55,6 @@ return. | |||
55 | The | 55 | The |
56 | .Fn alloca | 56 | .Fn alloca |
57 | function returns a pointer to the beginning of the allocated space. | 57 | function returns a pointer to the beginning of the allocated space. |
58 | If the allocation failed, a | ||
59 | .Dv NULL | ||
60 | pointer is returned. | ||
61 | .Sh SEE ALSO | 58 | .Sh SEE ALSO |
62 | .Xr brk 2 , | 59 | .Xr brk 2 , |
63 | .Xr pagesize 2 | 60 | .Xr pagesize 2 |