commit | 0e19fc07e73214f94441cb3a495504a1de21eb07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 14:45:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 14:45:16 2017 +0200 |
tree | cadf3190da7c9975c940b9d91cafed5a39de3daf | |
parent | dc1c98129484e7879bc6dbf38e523beb730988b6 [diff] [blame] |
patch 8.0.1228: invalid memory access in GUI test Problem: Invalid memory access in GUI test. Solution: Check that the row is not outside of the screen.
diff --git a/src/version.c b/src/version.c index f66e292..b49c764 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1228, +/**/ 1227, /**/ 1226,