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

Re: [BUG] PCRE match hangs when matching U+00A0



Hello Jun,

Jun T. <takimoto-j@xxxxxxxxxxxxxxxxx> writes:

>> This may be reproduced by running the following:
>>
>>    setopt rematchpcre
>>    s=$(echo -en \\ua0)
>>    [[ $s =~ . ]]
>
> This problem has been fixed by commit 5eae5b58, but not yet in the
> latest release. Could you please try the git HEAD if possible?

I built Zsh from the current HEAD and indee the issue does not come up
there. Thank you kindly for the pointer.

Best regards,
SR



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