grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.21-67-g93a6d6d


From: Jim Meyering
Subject: grep branch, master, updated. v2.21-67-g93a6d6d
Date: Tue, 13 Oct 2015 04:16:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  93a6d6d7bd1d688f2c0d8bdebfb64536ee827387 (commit)
      from  6eca7d893861c19878ee006e0d5cf9e6e4b3c9b1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=93a6d6d7bd1d688f2c0d8bdebfb64536ee827387


commit 93a6d6d7bd1d688f2c0d8bdebfb64536ee827387
Author: Jim Meyering <address@hidden>
Date:   Mon Oct 12 17:04:28 2015 -0700

    doc: NEWS: mention a bug fix
    
    * NEWS (Bug fixes): Describe it.
    This bug was introduced by commit v2.18-85-g2c94326
    and fixed by commit v2.21-51-g256a4b4.

diff --git a/NEWS b/NEWS
index d1f14a5..fa4d9a1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,12 @@ GNU grep NEWS                                    -*- outline 
-*-
 
 ** Bug fixes
 
+  A DFA matcher bug made this command mistakenly print its input line:
+    echo axb | grep -E '^x|x$'
+  Likewise for this equivalent command:
+    echo axb | grep -e '^x' -e 'x$'
+  [bug introduced in grep-2.19 ]
+
   grep no longer reads from uninitialized memory or from beyond the end
   of the heap-allocated input buffer.  This fix addressed CVE-2015-1345.
 

-----------------------------------------------------------------------

Summary of changes:
 NEWS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]