commit | acd6b9976bd939035025a16ceb4213a680827927 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 16:27:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 16:27:39 2022 +0100 |
tree | 916b389f97f7a4094336ed69e9ab35d264718b0c | |
parent | d5bc762dea1fd32fa04342f8149f95ccfc3b9709 [diff] [blame] |
patch 9.0.0487: using freed memory with combination of closures Problem: Using freed memory with combination of closures. Solution: Do not use a partial after it has been freed through the funcstack.
diff --git a/src/version.c b/src/version.c index 2ce61d5..a8d0f48 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 487, +/**/ 486, /**/ 485,