commit | 58bb61cf5ee008254eb331bc3574eac87d2dcc4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 20:30:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 20:30:12 2020 +0200 |
tree | c6e422faf6217c88152632d6849922da8c96054f | |
parent | ef85a9b2d9e992ab594e089af3883e381cfad426 [diff] [blame] |
patch 8.2.1171: possible crash when out of memory Problem: Possible crash when out of memory. Solution: Check for NULL pointer. (Dominique Pellé, closes #6432)
diff --git a/src/version.c b/src/version.c index 73d4560..c13f7f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1171, +/**/ 1170, /**/ 1169,