[Bug 7004] grep -w str on pattern "strstr foo" will give a match.

bugzilla at busybox.net bugzilla at busybox.net
Wed Apr 2 10:17:12 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=7004

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> 2014-04-02 10:17:11 UTC ---
>  grep -w str on pattern "strstr foo" will give a match

It is fixed in 1.22.1:

# echo "strstr foo" | busybox grep -w str
<nothing>
# busybox 2>&1 | head -1
BusyBox v1.22.1 (2014-02-01 19:25:19 CET) multi-call binary.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list