Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2009 05:15:02 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include string.h src/lib/libc/string strlcat.c strlcpy.3 strlcpy.c
Message-ID:  <200902280525.n1S5PP8W027220@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2009-02-28 05:15:02 UTC

  FreeBSD src repository

  Modified files:
    include              string.h 
    lib/libc/string      strlcat.c strlcpy.3 strlcpy.c 
  Log:
  SVN rev 189133 on 2009-02-28 05:15:02Z by das
  
  Add restrict qualifiers to the parameters to strlcpy() and strlcat().
  The annotation mainly just serves as a hint that they're not intended
  for use with overlapping strings.
  
  Revision  Changes    Path
  1.30      +2 -2      src/include/string.h
  1.12      +1 -1      src/lib/libc/string/strlcat.c
  1.15      +2 -2      src/lib/libc/string/strlcpy.3
  1.11      +1 -1      src/lib/libc/string/strlcpy.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902280525.n1S5PP8W027220>