mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00

While the mb_string2cells function accepts a length parameter, it only seems to work properly with 0-terminated strings, since valgrind reports a conditional jump that depends on uninitialized values(means it reads after the string boundaries which could result in overflows or wrong results)