diff options
author | 2015-02-24 19:22:12 +0000 | |
---|---|---|
committer | 2015-02-24 19:22:12 +0000 | |
commit | 6544a297ac1ed376d269829ef793151549e72e78 (patch) | |
tree | ee195f311d95c3e8254558cac8126d6207565dc6 /lib/libc | |
parent | Set errno to EINVAL, instead of letting ERANGE escape out. (diff) | |
download | wireguard-openbsd-6544a297ac1ed376d269829ef793151549e72e78.tar.xz wireguard-openbsd-6544a297ac1ed376d269829ef793151549e72e78.zip |
we don't let strtonum errors bleed through now.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/crypt_checkpass.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/crypt/crypt_checkpass.3 b/lib/libc/crypt/crypt_checkpass.3 index a79b18020e4..00f3b77ab0b 100644 --- a/lib/libc/crypt/crypt_checkpass.3 +++ b/lib/libc/crypt/crypt_checkpass.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt_checkpass.3,v 1.7 2015/02/11 07:21:10 jmc Exp $ +.\" $OpenBSD: crypt_checkpass.3,v 1.8 2015/02/24 19:22:12 tedu Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 11 2015 $ +.Dd $Mdocdate: February 24 2015 $ .Dt CRYPT_CHECKPASS 3 .Os .Sh NAME @@ -87,8 +87,6 @@ function sets .Va errno to .Er EINVAL -or any of the errors specified for -.Xr strtonum 3 if .Fa pref is unsupported. |