svn commit: r257646 - head/lib/libc/string

Glen Barber gjb at FreeBSD.org
Mon Nov 4 19:11:19 UTC 2013


On Mon, Nov 04, 2013 at 07:05:32PM +0000, Eitan Adler wrote:
> Author: eadler
> Date: Mon Nov  4 19:05:31 2013
> New Revision: 257646
> URL: http://svnweb.freebsd.org/changeset/base/257646
> 
> Log:
>   Use OpenBSD's revamped description of strlcpy and strlcat.
>   
>   This explanation is supposed to be simpler and better.  In particular
>   "comparing it to the snprintf API provides lots of value, since it raises the
>   bar on understanding, so that programmers/auditors will a better job calling
>   all 3 of these functions."
>   
>   Requested by:	deraadt at cvs.openbsd.org
>   Obtained From:	OpenBSD
>   Reviewed by:	cperciva
> 
> Modified:
>   head/lib/libc/string/strlcpy.3
> 
> Modified: head/lib/libc/string/strlcpy.3
> ==============================================================================
> --- head/lib/libc/string/strlcpy.3	Mon Nov  4 18:15:45 2013	(r257645)
> +++ head/lib/libc/string/strlcpy.3	Mon Nov  4 19:05:31 2013	(r257646)
> @@ -1,4 +1,4 @@
> -.\" $OpenBSD: strlcpy.3,v 1.19 2007/05/31 19:19:32 jmc Exp $
> +.\"	$OpenBSD: strlcpy.3,v 1.26 2013/09/30 12:02:35 millert Exp $
>  .\"
>  .\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller at courtesan.com>
>  .\"
> @@ -27,7 +27,7 @@
>  .\"
>  .\" $FreeBSD$
>  .\"
> -.Dd June 22, 1998
> +.Dd November 10, 2013

I think your clock is off.

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20131104/10a39447/attachment.sig>


More information about the svn-src-all mailing list