Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 03:38:47 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/string strlcat.c
Message-ID:  <200103051138.f25Bclp88659@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2001/03/05 03:38:47 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/string      strlcat.c 
  Log:
  MFC: 1.3
  - 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
  
  Revision  Changes    Path
  1.2.4.1   +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?200103051138.f25Bclp88659>