diff options
author | Jim Meyering <meyering@redhat.com> | 2010-03-28 17:32:48 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-03-28 20:59:00 +0200 |
commit | da3d9ebff4400a131448b1548bc5e12d8e701ae3 (patch) | |
tree | c8b4c86ac152700138e942891597cc566c7c9d01 /NEWS | |
parent | c03209e3bb4a64a4ceacf3c02e6ba69cb1457d4d (diff) | |
download | grep-da3d9ebff4400a131448b1548bc5e12d8e701ae3.tar.gz |
grep -r: fix --include with non-globs
* lib/savedir.c (savedir): Fix logic error. Introduced by commit
bf3bd92c, "build: adapt to the newer exclude API we now get from gnulib"
* tests/include-exclude: Test for this bug by exercising --include, too.
* NEWS (Bug fixes): Mention it.
Reported by Philipp Kohlbecher in http://savannah.gnu.org/bugs/?29358
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ GNU grep NEWS -*- outline -*- ** Bug fixes + The --include option works once again. [bug introduced in 2.6] + Using any of the --include or --exclude* options would cause a NULL dereference. [bug introduced in 2.6] |