commit | 37e3edce200c5a0ae8f81ca729b18d75477d2725 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 14:49:34 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 14:49:34 2018 +0100 |
tree | 02fd172196927cfed25df48691b9a7882976e5a9 | |
parent | 471f65813592238509923f2c8748df5be03513e9 [diff] [blame] |
patch 8.1.0593: illegal memory access in libvterm test Problem: Illegal memory access in libvterm test. Solution: Fix off-by-one error.
diff --git a/src/version.c b/src/version.c index 4e79d28..b1de233 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 593, +/**/ 592, /**/ 591,