commit | 96cbbe29debba25d7eec8d01955c5ac01f5c420d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 11:36:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 11:36:22 2022 +0000 |
tree | d299c68fdc517fa0b94d2b3deaa4d0eebd9e199b | |
parent | bc222152d8dea252aa5f1fa24b5536ed269feb92 [diff] [blame] |
patch 9.0.0927: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Check for memory allocaion failure.
diff --git a/src/version.c b/src/version.c index c9e3a2e..6e0d886 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 927, +/**/ 926, /**/ 925,