commit | f5fec05c7fd0df4c934a838e82882e601dc920cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 11:49:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 11:49:22 2022 +0100 |
tree | 74784b4dea1eba5a74dc5b94e77e61e27ecea097 | |
parent | 88b79cb7d47e2e1fee1baf4016c50b861e6b21c4 [diff] [blame] |
patch 9.0.0440: crash when using mkdir() with "R" flag in compiled function Problem: Crash when using mkdir() with "R" flag in compiled function. Solution: Reserve a variable for deferred function calls. Handle more than one argument.
diff --git a/src/version.c b/src/version.c index 3345c21..02e55d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 440, +/**/ 439, /**/ 438,