diff options
author | James Hogan | 2013-05-07 12:32:21 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-05-16 14:47:05 +0200 |
commit | 5fc0585c01a6b87432f344c98eb544e116c2d1d4 (patch) | |
tree | 6695af7cfe19d48e9e9d0c8cedc93b7e73ba6b28 /libbb/herror_msg.c | |
parent | aa94130f744ae229e5392eb4e303a9805a9963fb (diff) | |
download | busybox-5fc0585c01a6b87432f344c98eb544e116c2d1d4.zip busybox-5fc0585c01a6b87432f344c98eb544e116c2d1d4.tar.gz |
grep: fix grep -x to not set REG_NOSUB
When -F isn't specified (and !ENABLE_EXTRA_COMPAT), grep -x uses
regexec's regmatch_t output to determine if the match was the entire
line. However it also set the REG_NOSUB flag which makes it ignore the
regmatch_t argument.
Add an exception to the setting of REG_NOSUB for OPT_x and add some test
cases to test the behaviour of -x.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Natanael Copa <ncopa@alpinelinux.org>
Cc: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/herror_msg.c')
0 files changed, 0 insertions, 0 deletions