comparison src/version.c @ 26642:7fe649a64777 v8.2.3850

patch 8.2.3850: illegal memory access when displaying a partial Commit: https://github.com/vim/vim/commit/2de5371a755abd287dab6ff544924715a76d4abe Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 19 11:06:35 2021 +0000 patch 8.2.3850: illegal memory access when displaying a partial Problem: Illegal memory access when displaying a partial. Solution: Terminate the string with a NUL. (closes https://github.com/vim/vim/issues/9371)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Dec 2021 12:15:03 +0100
parents 7c055fdd6200
children 2fc1e528e0e1
comparison
equal deleted inserted replaced
26641:0772d9367e2d 26642:7fe649a64777
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3850,
752 /**/ 754 /**/
753 3849, 755 3849,
754 /**/ 756 /**/
755 3848, 757 3848,
756 /**/ 758 /**/