From owner-cvs-all Thu Mar 15 10:50:37 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 2E1F337B719; Thu, 15 Mar 2001 10:50:33 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2FIoXl53931; Thu, 15 Mar 2001 10:50:33 -0800 (PST) (envelope-from jlemon) Message-Id: <200103151850.f2FIoXl53931@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 15 Mar 2001 10:50:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen glob.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/03/15 10:50:33 PST Modified files: lib/libc/gen glob.c Log: Limit the number of paths that glob can return to MAX_GLOBENTRIES, which is currently set to 10000. This is intended to prevent glob from running amok when a highly recursive path is provided (such as "../*/../*/../*/...") Reviewed by: Diane Bruce , jhb Revision Changes Path 1.12 +7 -0 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message