Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 10:50:33 -0800 (PST)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen glob.c
Message-ID:  <200103151850.f2FIoXl53931@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <db@db.net>, 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103151850.f2FIoXl53931>