Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2010 19:36:11 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/grep grep.c util.c
Message-ID:  <201007231936.o6NJaWqk006740@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2010-07-23 19:36:11 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/grep         grep.c util.c 
  Log:
  SVN rev 210430 on 2010-07-23 19:36:11Z by delphij
  
  Fix crashes when using grep -R:
  
   - Explicitly pre-zero memory for fts_open parameters.
   - Don't test against directory patterns when we are testing direct
     leaf of current directory.
  
  While I'm there plug a few of memory leaks.
  
  Revision  Changes    Path
  1.2       +2 -2      src/usr.bin/grep/grep.c
  1.2       +14 -9     src/usr.bin/grep/util.c



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