commit | d58862d18f091d3c14fa3647e724ef7eea1ecefa | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 12 11:32:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 11:32:48 2022 +0100 |
tree | 0f40cd55732b3a0f0f14ae4e935e5ed93b83b9d8 | |
parent | 11a57dfd16a47f248fe949344bd5db3f12b9bd32 [diff] [blame] |
patch 8.2.4739: accessing freed memory after WinScrolled autocmd event Problem: Accessing freed memory after WinScrolled autocmd event. Solution: Check the window pointer is still valid. (closes #10156) Remove the argument from may_trigger_winscrolled().
diff --git a/src/version.c b/src/version.c index 27de4e5..84c669b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4739, +/**/ 4738, /**/ 4737,