commit | 56cb3378727783da2d246b9c5091784821666cfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 16 20:04:41 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 16 20:04:41 2020 +0100 |
tree | e76d3e7264a03f3bd9fc32593717f941655068a2 | |
parent | b2e1f8a28fab71c7ef38d39226967be8c3559590 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 78d8940..fdd9d39 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 392, +/**/ 391, /**/ 390,