]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1592: Vim9: crash with classes and garbage collection v9.1.1592
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 5 Aug 2025 17:17:51 +0000 (19:17 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 5 Aug 2025 17:17:51 +0000 (19:17 +0200)
commit688ebe596d1d6b3d8284de5572ce502d22d20b78
tree3f7348cf3153c3036e66bcc9afa03b0fcdbff3ef
parentee865249b1edd56e297f12025e11defb6a4bf445
patch 9.1.1592: Vim9: crash with classes and garbage collection

Problem:  Vim9: crash with classes and garbage collection
          (Christian J. Robinson, after v9.1.1566)
Solution: When getting the references to an object, make sure the object
          is valid (Yegappan Lakshmanan)

closes: #17860

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/version.c
src/vim9class.c