Segmentation fault and "*** stack smashing detected ***" for very long lines
bfrg opened this issue · 1 comments
bfrg commented
Run the following command in the shell:
seq -s ' ' 300 | fzy
and type any number.
Result:
> 1*** stack smashing detected ***: terminated
Aborted
For even longer input text fzy
terminates with a segmentation fault:
seq -s ' ' 3000 | fzy
Type any number. Result: Segmentation fault
.
bfrg commented
It seems like this was fixed in a recent commit. Sadly the version number is always the same. So I don't know which one is installed on my system. Anyway closing.