commit | 11b6600c88165c70d9ccbbdd4d9c96e8266e365f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 13:15:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 13:15:24 2020 +0200 |
tree | b695de86eaeaf712ab874fa696213e1daf2b1fe2 | |
parent | e707c882b23a53d2c1f0d1f7fc3a7be247aca614 [diff] [blame] |
patch 8.2.1104: Coverity warnts for possible NULL pointer use Problem: Coverity warnts for possible NULL pointer use. Solution: Check "pbyts" is not NULL.
diff --git a/src/version.c b/src/version.c index 53bb772..4c3ab96 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1104, +/**/ 1103, /**/ 1102,