mirror of
https://github.com/neovim/neovim.git
synced 2026-03-26 18:31:59 +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)