coreutils/src/uu/expr
Coba Weel 7efe33108a Fix issue 5576 (regex matching bug in expr)
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.
2023-11-23 16:26:37 +01:00
..
src Fix issue 5576 (regex matching bug in expr) 2023-11-23 16:26:37 +01:00
Cargo.toml Prepare version 0.0.23 2023-11-13 22:02:01 +01:00
expr.md md: improve the display for dd, expr and stat 2023-03-04 18:44:14 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00