commit | c57463c9c6ee893285f553e0ac3b2fe5935f16b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 26 22:04:41 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 26 22:04:41 2018 +0100 |
tree | 584fac2011aa7d30fb2e564126d431e3c8bb4ce5 | |
parent | 548e5985734e4b216852205879daf9bfb00dbe5a [diff] [blame] |
patch 8.1.0641: no check for out-of-memory when converting regexp Problem: No check for out-of-memory when converting regexp. Solution: Bail out when lalloc() returns NULL. (John Marriott)
diff --git a/src/version.c b/src/version.c index 10ba489..3150da9 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 641, +/**/ 640, /**/ 639,