commit | 741ea17038d4b227a4433c87d918a9da0737fc50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 14:16:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 14:16:32 2019 +0200 |
tree | 575fc89d42638736525fee0ecb20403825009114 | |
parent | 1a3a89168d61c2fed91cbca812cf1c6983901b79 [diff] [blame] |
patch 8.1.1916: trying to allocate negative amount of memory closing popup Problem: Trying to allocate negative amount of memory when closing a popup. Solution: Check the rows are not out of bounds. Don't finish a selection if it was never started.
diff --git a/src/version.c b/src/version.c index 8ece6f1..51851e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1916, +/**/ 1915, /**/ 1914,