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

Re: [bug] busy loop and memory exhaustion on {x..$'\80'} with nomultibyte



> 2022/09/28 15:03, Stephane Chazelas <stephane@xxxxxxxxxxxx> wrote:
> 
> (here in 5.8, hd being the same as hexdump -C on my system).

Please test with my patch applied.

% LC_ALL=C /usr/local/bin/zsh -o printeightbit +o multibyte -c $'printf %s {\xe8..\xea}' | hexdump -C
00000000  e8 e9 ea                                          |...|






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