forked from aniani/vim
patch 8.2.3855: illegal memory access when displaying a blob
Problem: Illegal memory access when displaying a blob. Solution: Append a NUL at the end. (Yegappan Lakshmanan, closes #9372)
This commit is contained in:
committed by
Bram Moolenaar
parent
86b3ab4fa0
commit
bc404bfb32
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3855,
|
||||
/**/
|
||||
3854,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user