]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0392: Coverity warns for using array index out of range v8.2.0392
authorBram Moolenaar <Bram@vim.org>
Mon, 16 Mar 2020 19:04:41 +0000 (20:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 Mar 2020 19:04:41 +0000 (20:04 +0100)
commit56cb3378727783da2d246b9c5091784821666cfa
treee76d3e7264a03f3bd9fc32593717f941655068a2
parentb2e1f8a28fab71c7ef38d39226967be8c3559590
patch 8.2.0392: Coverity warns for using array index out of range

Problem:    Coverity warns for using array index out of range.
Solution:   Add extra "if" to avoid warning.
src/menu.c
src/version.c