commit | 6a12e3342d84a1d754d793ed5019778bd60e7494 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 14:46:00 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 14:46:00 2021 +0100 |
tree | 988d7c24fc9517a8a7dc6809a2566cbf241e5690 | |
parent | 4d8479b335e92a95b09fdee09309ea0df934cb9e [diff] [blame] |
patch 8.2.2438: out of bounds compiler warning Problem: Out of bounds compiler warning. Solution: Increase the size of uf_name.
diff --git a/src/version.c b/src/version.c index 903f3fd..fe5d219 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2438, +/**/ 2437, /**/ 2436,