forked from aniani/vim
patch 8.2.3362: buffer overflow when completing long tag name
Problem: Buffer overflow when completing long tag name. Solution: Allocate the buffer dynamically. (Gregory Anders, closes #8769)
This commit is contained in:
committed by
Bram Moolenaar
parent
d895b1d918
commit
489d60996d
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3362,
|
||||
/**/
|
||||
3361,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user