mirror of
https://github.com/uutils/coreutils
synced 2025-01-25 03:15:35 +00:00
7efe33108a
Issue 5576 reported a bug in expr, found by the fuzzer. The problem turns out to be with the regex match operator `:`, which is defined in POSIX and the GNU manual to match the pattern only when it occurs at the beginning of the string, i.e., the regex has an implicit `^` prepended to it. We hadn't been doing that. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
expr.md | ||
LICENSE |