Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string Add the USENIX paper of Miller and de Raadt ...
details: https://anonhg.NetBSD.org/src/rev/5132be5158f5
branches: trunk
changeset: 753941:5132be5158f5
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Apr 14 11:07:20 2010 +0000
description:
Add the USENIX paper of Miller and de Raadt to SEE ALSO.
diffstat:
lib/libc/string/strlcpy.3 | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 6111321694b5 -r 5132be5158f5 lib/libc/string/strlcpy.3
--- a/lib/libc/string/strlcpy.3 Wed Apr 14 10:34:54 2010 +0000
+++ b/lib/libc/string/strlcpy.3 Wed Apr 14 11:07:20 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: strlcpy.3,v 1.11 2003/06/26 12:25:22 wiz Exp $
+.\" $NetBSD: strlcpy.3,v 1.12 2010/04/14 11:07:20 jruoho Exp $
.\" from OpenBSD: strlcpy.3,v 1.11 2000/11/16 23:27:41 angelos Exp
.\"
.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller%courtesan.com@localhost>
@@ -190,11 +190,22 @@
.Xr snprintf 3 ,
.Xr strncat 3 ,
.Xr strncpy 3
+.Rs
+.%A Todd C. Miller
+.%A Theo de Raadt
+.%T strlcpy and strlcat -- Consistent, Safe, String Copy and Concatenation
+.%I USENIX Association
+.%B Proceedings of the FREENIX Track: 1999 USENIX Annual Technical Conference
+.%D June 6-11, 1999
+.%U http://www.usenix.org/publications/library/proceedings/usenix99/
+.%U full_papers/millert/millert.pdf
+.Re
.Sh HISTORY
+The
.Fn strlcpy
and
.Fn strlcat
-first appeared in
+functions first appeared in
.Ox 2.4 ,
then in
.Nx 1.4.3
Home |
Main Index |
Thread Index |
Old Index