]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1712: missing null check in object_clear() 12757/head v9.0.1712
authorJia-Ju Bai <baijiaju@buaa.edu.cn>
Sun, 13 Aug 2023 18:04:04 +0000 (20:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Aug 2023 18:05:18 +0000 (20:05 +0200)
commit5b0889b8bf25b0793b1949ec965c94b623900aba
tree7cfdf5306013c825c577516f13c28d18674ed071
parentd3515a1e88cf25c1d5eae8faa965b587a124e687
patch 9.0.1712: missing null check in object_clear()

Problem: missing null check in object_clear()
Solution: Add null check of cl

closes: #12627

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Jia-Ju Bai <baijiaju@buaa.edu.cn>
src/version.c
src/vim9class.c