comparison src/version.c @ 26960:043a15b37bf1 v8.2.4009

patch 8.2.4009: reading one byte beyond the end of the line Commit: https://github.com/vim/vim/commit/d3a117814d6acbf0dca3eff1a7626843b9b3734a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 5 16:50:40 2022 +0000 patch 8.2.4009: reading one byte beyond the end of the line Problem: Reading one byte beyond the end of the line. Solution: Check for NUL byte first.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Jan 2022 18:00:05 +0100
parents d92e0d85923f
children 85866e069c24
comparison
equal deleted inserted replaced
26959:11d386c0c8f4 26960:043a15b37bf1
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 4009,
753 /**/ 755 /**/
754 4008, 756 4008,
755 /**/ 757 /**/
756 4007, 758 4007,
757 /**/ 759 /**/