commit | ca7e86c23789eb0ed8f6400f25ea9e0e1036f9fc | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Apr 16 16:49:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 16:49:24 2022 +0100 |
tree | ad44a49e8abeb22729ae8546bfcbcc9db887eb08 | |
parent | e0805b849ce60f65149903b63584d49bf81f975e [diff] [blame] |
patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter Problem: Using freed memory when using synstack() and synID() in WinEnter. Solution: Check using the syntax window. (closes #10204)
diff --git a/src/version.c b/src/version.c index 1939126..1cc0d90 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4762, +/**/ 4761, /**/ 4760,