1
0
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:
Gregory Anders
2021-08-21 16:21:19 +02:00
committed by Bram Moolenaar
parent d895b1d918
commit 489d60996d
3 changed files with 51 additions and 16 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3362,
/**/
3361,
/**/