freebsd-dev/usr.bin/grep
Conrad Meyer f48d142551 bsdgrep(1): Fix errors with invalid expressions
Invalid expressions with an ultimate compiled pattern length of 0 (e.g.,
"grep -E {") were not taken into account and caused a segfault while trying
to fill in the good suffix table.

Submitted by:	Kyle Evans <kevans91 at ksu.edu>
Reviewed by:	me
Differential Revision:	https://reviews.freebsd.org/D10113
2017-04-04 17:05:37 +00:00
..
nls
regex bsdgrep(1): Fix errors with invalid expressions 2017-04-04 17:05:37 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
file.c bsdgrep: fix EOF handling with --mmap 2017-02-19 17:23:27 +00:00
grep.1 bsdgrep(1): create rgrep link 2017-04-04 05:56:42 +00:00
grep.c bsdgrep: treat rgrep as grep -r 2017-04-03 21:10:02 +00:00
grep.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
Makefile bsdgrep(1): Rip out "xmalloc" bits 2017-04-04 16:08:51 +00:00
Makefile.depend new depends 2015-06-16 23:37:19 +00:00
queue.c grep: fix some memory leaks. 2014-07-17 15:59:13 +00:00
util.c bsdgrep: revert color changes from r316477 2017-04-04 14:17:50 +00:00