diff src/version.c @ 21943:11055d5b74a7 v8.2.1521

patch 8.2.1521: reading past end of buffer when reading spellfile Commit: https://github.com/vim/vim/commit/07399e7f078729b03451ba2b342d0cb434ab75cf Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 24 20:05:50 2020 +0200 patch 8.2.1521: reading past end of buffer when reading spellfile Problem: Reading past end of buffer when reading spellfile. (Yegappan Lakshmanan) Solution: Store the byte length and check for it.
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Aug 2020 20:15:05 +0200
parents f65e76638eb5
children 9998f4e44a73
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1521,
+/**/
     1520,
 /**/
     1519,