commit | 1c3dd8ddcba63c1af5112e567215b3cec2de11d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 19:43:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 19:43:23 2022 +0100 |
tree | af01369780ad70339d079d0a9297d3dfe2b037b6 | |
parent | fb593c5350e8fe23b608ded5a011cd7eefe73922 [diff] [blame] |
patch 9.0.0490: using freed memory with cmdwin and BufEnter autocmd Problem: Using freed memory with cmdwin and BufEnter autocmd. Solution: Make sure pointer to b_p_iminsert is still valid.
diff --git a/src/version.c b/src/version.c index f4c5fb4..7d7ac16 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 490, +/**/ 489, /**/ 488,