commit | 5c838a3e7141f9950508c84439d2f959bc67e941 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 02 22:10:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 02 22:10:34 2017 +0200 |
tree | baa1451d790c2f3a796daa1f71b6fa39bcff57bd | |
parent | b6843a007da9c06bd8f9491cc12e5e0afd858f33 [diff] [blame] |
patch 8.0.0841: term_getline() may cause a crash Problem: term_getline() may cause a crash. Solution: Check that the row is valid. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index d4a334d..19ad732 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 841, +/**/ 840, /**/ 839,