commit | 339c1bdbdfb823c4ea36242f0a4f083cbc010b84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 20:14:23 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 20:14:23 2021 +0100 |
tree | ada49e5b025ccb6e176a9b0784547cc3e948e649 | |
parent | a11919fa44fb43e947ef7871f31096a79429ec8a [diff] [blame] |
patch 8.2.2282: length check mismatch with argument of strncmp() Problem: Length check mismatch with argument of strncmp(). (Christian Brabandt) Solution: Adjust length check.
diff --git a/src/version.c b/src/version.c index b54cf0a..ed0b102 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2282, +/**/ 2281, /**/ 2280,