]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter v8.2.4762
authorzeertzjq <zeertzjq@outlook.com>
Sat, 16 Apr 2022 15:49:24 +0000 (16:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Apr 2022 15:49:24 +0000 (16:49 +0100)
commitca7e86c23789eb0ed8f6400f25ea9e0e1036f9fc
treead44a49e8abeb22729ae8546bfcbcc9db887eb08
parente0805b849ce60f65149903b63584d49bf81f975e
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)
src/syntax.c
src/testdir/test_syntax.vim
src/version.c