diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-15 18:34:05 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-30 01:50:33 -0500 |
commit | 7e4405c50fc374d5e80141554c7887a52d1f9118 (patch) | |
tree | ecbc0d08de1ca64687e9add05a03cb8e56ac9493 /sysdeps/unix | |
parent | e9e69e468039fcd57276f783a16aa771a8e4214e (diff) | |
download | glibc-7e4405c50fc374d5e80141554c7887a52d1f9118.tar glibc-7e4405c50fc374d5e80141554c7887a52d1f9118.tar.gz glibc-7e4405c50fc374d5e80141554c7887a52d1f9118.tar.bz2 glibc-7e4405c50fc374d5e80141554c7887a52d1f9118.zip |
localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]
Both regexes end with a "*." which means the previous match can be
omitted, and then the . allows them to match any input at all.
This means tools like coreutils' `rm -i` will always delete things
when prompted because the yesexpr regex matches all inputs (even
the negative ones).
(cherry picked from commit a035eb6928bc63fb798dcc1421529f933122d74f)
Diffstat (limited to 'sysdeps/unix')
0 files changed, 0 insertions, 0 deletions