comparison src/version.c @ 22959:4cce4a5d3fd3 v8.2.2026

patch 8.2.2026: Coverity warns for possibly using not NUL terminated string Commit: https://github.com/vim/vim/commit/e79cdb69a4905ccf766494265d4c6f8701d10c39 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 21 13:51:16 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Nov 2020 14:00:03 +0100
parents 9c8af140b2da
children 6426acc72539
comparison
equal deleted inserted replaced
22958:e7c125224b1a 22959:4cce4a5d3fd3
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2026,
753 /**/ 755 /**/
754 2025, 756 2025,
755 /**/ 757 /**/
756 2024, 758 2024,
757 /**/ 759 /**/