commit | 4012d262072a3ac95878c9d061fa985301720ec2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 11:57:46 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 29 11:57:46 2020 +0100 |
tree | 616dc43dfb39af181922ba6a455374d939221b84 | |
parent | 8242ebbdba64cfa5c504c9d8dfb802076d99c602 [diff] [blame] |
patch 8.2.2243: crash when popup mask contains zeroes Problem: Crash when popup mask contains zeroes. Solution: Check boundaries properly. (closes #7569)
diff --git a/src/version.c b/src/version.c index ee0d987..6c6d8c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2243, +/**/ 2242, /**/ 2241,