commit | 06d4c4c818fe4258bdc3d455b7680fabadd719e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 19:20:02 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 19:20:02 2018 +0100 |
tree | a61bbfc666f67788c3f3240ca30324d960243d25 | |
parent | eae8ae1b2b4e532b125077d9838b70d966891be3 [diff] [blame] |
patch 8.1.0587: GvimExt: realloc() failing is not handled properly Problem: GvimExt: realloc() failing is not handled properly. Solution: Check for NULL return. (Jan-Jaap Korpershoek, closes #3689)
diff --git a/src/version.c b/src/version.c index 9e3f720..cc60996 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 587, +/**/ 586, /**/ 585,