]> granicus.if.org Git - vim/commit
patch 9.0.1070: reading beyond array size v9.0.1070
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Dec 2022 15:35:43 +0000 (15:35 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Dec 2022 15:35:43 +0000 (15:35 +0000)
commitb26461715be41653e5982e72c794294702ecded9
tree54abccb0bfdc14c1fa0124b5698a9fc746ea93aa
parent417e88bb75ee8af1bf696760bba9f114a007f733
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.
src/term.c
src/version.c