From owner-cvs-all Sat Feb 22 10: 8:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 411B037B401; Sat, 22 Feb 2003 10:08:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D930143FBD; Sat, 22 Feb 2003 10:08:34 -0800 (PST) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1MI8Y0U073811; Sat, 22 Feb 2003 10:08:34 -0800 (PST) (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1MI8Yc3073810; Sat, 22 Feb 2003 10:08:34 -0800 (PST) Message-Id: <200302221808.h1MI8Yc3073810@repoman.freebsd.org> From: Johan Karlsson Date: Sat, 22 Feb 2003 10:08:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib realpath.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG johan 2003/02/22 10:08:34 PST Modified files: lib/libc/stdlib realpath.c Log: Use strlcpy instead of strncpy. Submitted by: imp Reviewed by: silence on -audit Revision Changes Path 1.13 +1 -2 src/lib/libc/stdlib/realpath.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message