commit | ed7cb2df35244e40e5c4df06169b50e705427576 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 11 17:13:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 11 17:13:54 2021 +0200 |
tree | 5ae3031062ca05358fb1736f1d7d09dad0631202 | |
parent | 7deb4115ef72c0468cd6f9cc5f036d5c405641d4 [diff] [blame] |
patch 8.2.3331: Coverity warns for using value without boundary check Problem: Coverity warns for using value without boundary check. Solution: Add a boundary check.
diff --git a/src/version.c b/src/version.c index 2b8b508..2130867 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3331, +/**/ 3330, /**/ 3329,