diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-23 15:49:19 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-23 15:49:19 -0300 |
commit | 677d30d7966dd2766bbf20665791c568dacc427a (patch) | |
tree | de8f5411829ee7c17ad77f6281316624243b05c9 /src/nvim/api/buffer.c | |
parent | c6483aa2fae07654f8a874a0c479916de33ec592 (diff) | |
download | rneovim-677d30d7966dd2766bbf20665791c568dacc427a.tar.gz rneovim-677d30d7966dd2766bbf20665791c568dacc427a.tar.bz2 rneovim-677d30d7966dd2766bbf20665791c568dacc427a.zip |
API: Bugfix: Use 0-terminated string in vim_strwidth
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)
Diffstat (limited to 'src/nvim/api/buffer.c')
0 files changed, 0 insertions, 0 deletions