diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-22 19:25:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-22 19:25:50 +0100 |
commit | d5bc32df207eae408263ae6ab737771365d0bca1 (patch) | |
tree | 92c0e34ec8c98507a5d0499d8d062b34fa749f73 /src/version.c | |
parent | 7929651e05b081fe55e0e745725a7ad78c51be16 (diff) | |
download | vim-git-d5bc32df207eae408263ae6ab737771365d0bca1.tar.gz |
patch 8.2.0428: buffer name may leakv8.2.0428
Problem: Buffer name may leak.
Solution: Free the buffer name before overwriting it.
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 b9542437a..e27b77351 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 */ /**/ + 428, +/**/ 427, /**/ 426, |