diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-05 18:20:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-05 18:20:45 +0200 |
commit | 5d905c2b9612314f6d8616560800665056050adc (patch) | |
tree | df859a51e1191cfd10291b7c59dc62ca00357036 /src/version.c | |
parent | 5deeb3f1f9db4eabd36e99cbf857fe376eb37e10 (diff) | |
download | vim-git-5d905c2b9612314f6d8616560800665056050adc.tar.gz |
patch 8.2.0513: reading past allocate memory when using varargsv8.2.0513
Problem: Reading past allocate memory when using varargs.
Solution: Fix copying function argument types.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 034c66be7..be99f998d 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 513, +/**/ 512, /**/ 511, |