commit | b4207474780569bcc9840e03f13edb5d9c2554f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 16:05:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 16:05:45 2019 +0200 |
tree | 0dc0e386c11d123e867c0824bff7a50b37b26da1 | |
parent | 847a5d69a826c02a7cb8a14884f3fef69d74fed7 [diff] [blame] |
patch 8.1.1665: crash when popup window with mask is below the screen Problem: Crash when popup window with mask is below the screen. Solution: Correct boundary check.
diff --git a/src/version.c b/src/version.c index 68b5465..9d012bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1665, +/**/ 1664, /**/ 1663,