mirror of
https://github.com/neovim/neovim.git
synced 2026-06-30 06:51:13 +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)