commit | b7081e135a16091c93f6f5f7525a5c58fb7ca9f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 04 18:47:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 04 18:47:28 2021 +0200 |
tree | fe04f73c100f22e17137f2dfe0af5c68ac21bcd9 | |
parent | 10c83dde554b57ab4db71b96a0a02a5b6d1798e9 [diff] [blame] |
patch 8.2.3402: invalid memory access when using :retab with large value Problem: Invalid memory access when using :retab with large value. Solution: Check the number is positive.
diff --git a/src/version.c b/src/version.c index 8f502cc..a5e931c 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3402, +/**/ 3401, /**/ 3400,