]> granicus.if.org Git - vim/commit
patch 8.1.1916: trying to allocate negative amount of memory closing popup v8.1.1916
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Aug 2019 12:16:32 +0000 (14:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Aug 2019 12:16:32 +0000 (14:16 +0200)
commit741ea17038d4b227a4433c87d918a9da0737fc50
tree575fc89d42638736525fee0ecb20403825009114
parent1a3a89168d61c2fed91cbca812cf1c6983901b79
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.
src/ui.c
src/version.c