Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2001 12:51:16 -0800 (PST)
From:      "Chris D. Faulhaber" <jedgar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/string strlcat.c
Message-ID:  <200101172051.f0HKpGb98412@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jedgar      2001/01/17 12:51:16 PST

  Modified files:
    lib/libc/string      strlcat.c 
  Log:
  - Reverse the order of two loop invariant to ensure strlcat() does not
    attempt to read memory when siz is 0
  - Clarify comments referring to strlcat() usage
  
  PR:		24278, 24295
  Submitted by:	Tony Finch <dot@dotat.at>
  		Richard Kettlewell <rjk@greenend.org.uk>
  Reviewed by:	-audit
  
  Revision  Changes    Path
  1.3       +6 -3      src/lib/libc/string/strlcat.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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