mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 13:28:47 +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)