commit | 98b373075e9a2ed642bc89f4f543e31d1428466f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 12:06:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 12:06:53 2022 +0100 |
tree | cbcfe1e273af6bccb52c3cf9f29535bcf28d5ece | |
parent | 470a14140bc06f1653edf26ab0b3c9b801080353 [diff] [blame] |
patch 9.0.0462: ASAN warning for integer overflow Problem: ASAN warning for integer overflow. Solution: Check for tp_col to be MAXCOL.
diff --git a/src/version.c b/src/version.c index 62a43a7..f180566 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 462, +/**/ 461, /**/ 460,