mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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>
This commit is contained in:
committed by
Christian Brabandt
parent
d3515a1e88
commit
5b0889b8bf
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1712,
|
||||
/**/
|
||||
1711,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user