commit | 7c77b3496710f1be3232cfdc7f6812347fbd914a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 22 19:40:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 22 19:40:40 2019 +0100 |
tree | 01d299dccb0ad0645eb1a01fa07d1c49a01136cf | |
parent | 7c2a2f869b0f5a3e36f5e7d83923a264426e434c [diff] [blame] |
patch 8.2.0033: crash when make_extmatch() runs out of memory Problem: Crash when make_extmatch() runs out of memory. Solution: Check for NULL. (Dominique Pelle, closs #5392)
diff --git a/src/version.c b/src/version.c index 88ea924..3c2c49b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 33, +/**/ 32, /**/ 31,