commit | 6f10c70b59fa4e56aa479345fb0caeaac7429bfb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 20 22:58:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 20 22:58:37 2019 +0200 |
tree | cdbb54c3b73a4607d8bdebb116c962bb044246f5 | |
parent | 1058c9d9b5815467182d487f10f6dd71385cb796 [diff] [blame] |
patch 8.1.1895: using NULL pointer when out of memory Problem: Using NULL pointer when out of memory. Solution: Bail out or skip the code using the pointer. (Zu-Ming Jiang, closes #4805, closes #4843, closes #4939, closes #4844)
diff --git a/src/version.c b/src/version.c index 019ce25..2b9a0c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -766,6 +766,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1895, +/**/ 1894, /**/ 1893,