commit | 826bfe4bbd7594188e3d74d2539d9707b1c6a14b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 08 18:39:28 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 08 18:39:28 2021 +0100 |
tree | 56be5520dccdd31b124c6534bdeece6446e3bf9b | |
parent | cce81e9673fe8d056e8eef310d9919620eccb2f2 [diff] [blame] |
patch 8.2.3487: illegal memory access if buffer name is very long Problem: Illegal memory access if buffer name is very long. Solution: Make sure not to go over the end of the buffer.
diff --git a/src/version.c b/src/version.c index 4c66b24..06421bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3487, +/**/ 3486, /**/ 3485,