This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug locale/20974] New: bs_BA: yesexpr/noexpr regexes accept any character


https://sourceware.org/bugzilla/show_bug.cgi?id=20974

            Bug ID: 20974
           Summary: bs_BA: yesexpr/noexpr regexes accept any character
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: locale
          Assignee: vapier at gentoo dot org
          Reporter: vapier at gentoo dot org
  Target Milestone: ---

as reported by mail@ambraspace.com:
$ LC_ALL=bs_BA.UTF-8 locale -c LC_MESSAGES -k
LC_MESSAGES
yesexpr="^[+1dDyY]*."
noexpr="^[-0nN]*."

the use of the * and . means the regex will accept any character.  they should
be dropped entirely.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]