grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.1-4-g3fb90a8


From: Paul Eggert
Subject: grep branch, master, updated. v3.1-4-g3fb90a8
Date: Wed, 26 Jul 2017 12:23:44 -0400 (EDT)

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  3fb90a86a9aebe164bb4bb0e03f779ef8004d4d5 (commit)
      from  cdd82ebbebe0113d0d252b385cc84e80d8ceac3a (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=3fb90a86a9aebe164bb4bb0e03f779ef8004d4d5


commit 3fb90a86a9aebe164bb4bb0e03f779ef8004d4d5
Author: Paul Eggert <address@hidden>
Date:   Wed Jul 26 09:22:57 2017 -0700

    tests: add Bug#27838 test case
    
    * tests/backref-alt: New test case from a fuzzer.

diff --git a/tests/backref-alt b/tests/backref-alt
index d5bae5c..7bfaf18 100755
--- a/tests/backref-alt
+++ b/tests/backref-alt
@@ -24,4 +24,10 @@ grep -E '0|()0|\1|0' in >out
 status=$?
 test $status -eq 2 || test $status -eq 1 || fail=1
 
+# This fuzz test comes from Bug#27838.
+printf 
'\1772{\177)\216\216\n\216\216\t\0372{\177)(\037W3|\244\\\220)\0373|d{\244k\220)\0373|(|2{\177)(\037W3|\244\\\220)\0373|d{\244k\220)\0373|d{\220)(\013\0373|2{\177)\216\255\t\216\216\t\0373|$\\2\n'
 >pat
+LC_ALL=C grep -E -f pat in >out
+status=$?
+test $status -eq 2 || test $status -eq 1 || fail=1
+
 Exit $fail

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

Summary of changes:
 tests/backref-alt | 6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
grep



reply via email to

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