Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Regexp match bug in 5.0.8



Hello!
It seems I found bug in zsh 5.0.8. If I run this code, shell goes to infinite cycle:

[[ "Р#" =~ '#' ]] 

It breaks only with this letter («Р» is "CYRILLIC CAPITAL LETTER ER", 0x0420). It seems older versions(at least 5.0.5) and 5.1 are not vulnerable.
Locale is ru_RU.UTF-8.



Messages sorted by: Reverse Date, Date, Thread, Author