commit | a77670726e3706973adffc2b118f4576e1f58ea0 | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Sun Apr 16 20:13:12 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 16 20:13:12 2023 +0100 |
tree | 4543c5cb6900658a4c9eb0561fee0f6a5ec2f6c4 | |
parent | ceff9cd1bb194f252c63da8e1c2dc7d6764d9d1f [diff] [blame] |
patch 9.0.1458: buffer overflow when expanding long file name Problem: Buffer overflow when expanding long file name. Solution: Use a larger buffer and avoid overflowing it. (Yee Cheng Chin, closes #12201)
diff --git a/src/version.c b/src/version.c index ca4774d..018fcf5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1458, +/**/ 1457, /**/ 1456,