diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-02 23:41:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-02 23:41:16 +0000 |
commit | f357d5bd488f414b497e32990e93cf5ea50bdb05 (patch) | |
tree | ae9f0fb95b4f00c528adbe37591f2ffe2a370c75 /lib/libc/sys | |
parent | 449a021107beb34344f35e91adc3fb46f947e7e7 (diff) |
actually snprintf/vsnprintf are now signal race safe
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index a7a38a39ca5..be2a5eda702 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.39 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: sigaction.2,v 1.40 2003/12/02 23:41:15 deraadt Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -720,7 +720,9 @@ but probably not on other systems: .Pp .Bl -tag -offset indent -compact -width foofoofoofoo .It Fn snprintf -Safe as long as $n positional arguments are not used. +Safe. +.It Fn vsnprintf +Safe. .It Fn syslog_r Safe if the .Va syslog_data |