diff options
author | 2005-10-19 18:27:05 +0000 | |
---|---|---|
committer | 2005-10-19 18:27:05 +0000 | |
commit | 1e77a8acb65c1fd26f7e66b18e27b7afa8044f9c (patch) | |
tree | 7b0d720821104596b2559af6f3e0087c0ba6f18d /lib/libc/sys/getsockname.2 | |
parent | regen (diff) | |
download | wireguard-openbsd-1e77a8acb65c1fd26f7e66b18e27b7afa8044f9c.tar.xz wireguard-openbsd-1e77a8acb65c1fd26f7e66b18e27b7afa8044f9c.zip |
EFAULT corrections; ok millert and otto
Diffstat (limited to 'lib/libc/sys/getsockname.2')
-rw-r--r-- | lib/libc/sys/getsockname.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2 index 7d46703f920..66c70046365 100644 --- a/lib/libc/sys/getsockname.2 +++ b/lib/libc/sys/getsockname.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockname.2,v 1.22 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: getsockname.2,v 1.23 2005/10/19 18:27:05 jaredy Exp $ .\" $NetBSD: getsockname.2,v 1.6 1995/10/12 15:41:00 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -140,6 +140,8 @@ to perform the operation. .It Bq Er EFAULT The .Fa name +or +.Fa namelen parameter points to memory not in a valid part of the process address space. .El |