commit | b26461715be41653e5982e72c794294702ecded9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 17 15:35:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 17 15:35:43 2022 +0000 |
tree | 54abccb0bfdc14c1fa0124b5698a9fc746ea93aa | |
parent | 417e88bb75ee8af1bf696760bba9f114a007f733 [diff] [blame] |
patch 9.0.1070: reading beyond array size Problem: Reading beyond array size. Solution: Only use name[0] and name[1], do not use "name" as a string.
diff --git a/src/version.c b/src/version.c index 89d7152..cd52fed 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1070, +/**/ 1069, /**/ 1068,