commit | 07eaa1ede4a39b6a95203beebd94943b62a216c1 | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Fri Oct 07 16:00:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 16:00:04 2022 +0100 |
tree | 04a6e747f6108b902539d3625b7981c620116831 | |
parent | 2eae3d24d7fe8beed64652bc5c1cbddd09dafc9a [diff] [blame] |
patch 9.0.0685: FORTIFY_SOURCE causes a crash in Vim9 script Problem: FORTIFY_SOURCE causes a crash in Vim9 script. Solution: Use a pointer to the first char. (Yee Cheng Chin, closes #11302)
diff --git a/src/version.c b/src/version.c index 953bb22..391ae4d 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 685, +/**/ 684, /**/ 683,