commit | 0fbc9260a75dfc4d86f20e7c0eb76878f513a212 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 11:17:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 11:17:10 2022 +0100 |
tree | 1dc8cefcabbabfbb29c641aa4db3c78c243d0ea3 | |
parent | e178af5a586ea023622d460779fdcabbbfac0908 [diff] [blame] |
patch 8.2.5161: might still access invalid memory Problem: Might still access invalid memory. Solution: Add extra check for negative value.
diff --git a/src/version.c b/src/version.c index acf84d1..9fba35b 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5161, +/**/ 5160, /**/ 5159,