commit | e79cdb69a4905ccf766494265d4c6f8701d10c39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 13:51:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 13:51:16 2020 +0100 |
tree | 28463c428cf4616ea4140568c9be34c2a5c6c1c3 | |
parent | 4466ad6baa22485abb1147aca3340cced4778a66 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d7e1fee..8025355 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2026, +/**/ 2025, /**/ 2024,