]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2026: Coverity warns for possibly using not NUL terminated string v8.2.2026
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Nov 2020 12:51:16 +0000 (13:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Nov 2020 12:51:16 +0000 (13:51 +0100)
commite79cdb69a4905ccf766494265d4c6f8701d10c39
tree28463c428cf4616ea4140568c9be34c2a5c6c1c3
parent4466ad6baa22485abb1147aca3340cced4778a66
patch 8.2.2026: Coverity warns for possibly using not NUL terminated string

Problem:    Coverity warns for possibly using not NUL terminated string.
Solution:   Put a NUL in b0_hname just in case.
src/memline.c
src/version.c