commit | e0d749a49630778d45642d7589a3703697746760 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 22:14:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 22:14:48 2019 +0200 |
tree | 370bd15386bc479491d0aa3f70abeed83038c2ec | |
parent | 101e99207f813ca48a4c0787eed9eb8bf67fba5a [diff] [blame] |
patch 8.1.2076: crash when trying to put a terminal in a popup window Problem: Crash when trying to put a terminal buffer in a popup window. Solution: Check for NULL buffer. Do not allow putting a terminal in a popup window.
diff --git a/src/version.c b/src/version.c index f1c082b..4bf2106 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2076, +/**/ 2075, /**/ 2074,