commit | f7c7c3fad6d2135d558f3b36d0d1a943118aeb5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 22 19:08:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 22 19:08:38 2022 +0100 |
tree | 9886e1fdcc55045c09f2ec5bbe32695e1fd9703b | |
parent | 6689df024bce4309ec5884e445738fe07ee4ffcc [diff] [blame] |
patch 8.2.5150: read past the end of the first line with ":0;'{" Problem: Read past the end of the first line with ":0;'{". Solution: When on line zero check the column is valid for line one.
diff --git a/src/version.c b/src/version.c index 609c955..b947061 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5150, +/**/ 5149, /**/ 5148,