mirror of
https://github.com/neovim/neovim.git
synced 2026-05-13 17:04:43 +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)