commit | aef5c62a6fff7654bb8df7b9359e811f7a6e428f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 17:25:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 17:25:33 2019 +0200 |
tree | 1877a888117e33a680c442d859635184f332ce96 | |
parent | acc682bd7ca66b74b42de7a5fb5d3ef37897926f [diff] [blame] |
patch 8.1.1497: accessing memory beyond allocated space Problem: Accessing memory beyond allocated space. Solution: Check column before accessing popup mask.
diff --git a/src/version.c b/src/version.c index 132329f..8aac5d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1497, +/**/ 1496, /**/ 1495,