]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1030: reducing size of a terminal window may cause a crash v8.2.1030
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Jun 2020 15:57:32 +0000 (17:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Jun 2020 15:57:32 +0000 (17:57 +0200)
commitda58134eedf43ae4b9013c93ecbdf55e4da4b8a3
treeae62af83a9a4a6745dd59bf42e8109d36c2d0701
parent23c55273739b2fb09912140e2e03a4b8ff15dd04
patch 8.2.1030: reducing size of a terminal window may cause a crash

Problem:    Reducing size of a terminal window may cause a crash.
Solution:   Make sure the row and column don't become negative. (closes #6273)
src/libvterm/src/screen.c
src/libvterm/src/state.c
src/version.c