From owner-cvs-all Thu Sep 2 0:47:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDD2F14EAA; Thu, 2 Sep 1999 00:47:25 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA49958; Thu, 2 Sep 1999 00:45:08 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909020745.AAA49958@freefall.freebsd.org> From: Warner Losh Date: Thu, 2 Sep 1999 00:45:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen fts.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/02 00:45:08 PDT Modified files: lib/libc/gen fts.c Log: Fix the root cause of the fts buffer overflow. This is a temporary patch to stop the core dumps while others come up with a better reviewed patch which may also fix other problems. We do illegal pointer arithmetic, but it should be OK since FreeBSD only supports machines with flat address spaces. Submitted by: bde Revision Changes Path 1.11 +23 -5 src/lib/libc/gen/fts.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message