From owner-cvs-all Mon Mar 5 3:38:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BCF837B718; Mon, 5 Mar 2001 03:38:47 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f25Bclp88659; Mon, 5 Mar 2001 03:38:47 -0800 (PST) (envelope-from obrien) Message-Id: <200103051138.f25Bclp88659@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 5 Mar 2001 03:38:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strlcat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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