commit | 15bbd6ec871a0efdd16256e1fccbaac0fd374cbd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 20:31:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 20:31:50 2019 +0100 |
tree | ba3e29a16f4c4f152b5da32efc65d264c104fb86 | |
parent | d9ef1b8d77f304c83241f807c17ffa26c9033778 [diff] [blame] |
patch 8.1.0910: crash with tricky search pattern Problem: Crash with tricky search pattern. (Kuang-che Wu) Solution: Check for runnning out of memory. (closes #3950)
diff --git a/src/version.c b/src/version.c index bc4ae27..59f7b5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 910, +/**/ 909, /**/ 908,