forked from aniani/vim
patch 9.1.1082: unexpected DCS responses may cause out of bounds reads
Problem: unexpected DCS responses may cause out of bounds reads (after v9.1.1054) Solution: check that the parsed value is '=' as expected (Julio B) Signed-off-by: Julio B <julio.bacel@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
a41dfcd55b
commit
a6d5778d9b
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1082,
|
||||
/**/
|
||||
1081,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user