1
0
forked from aniani/vim

patch 8.2.2779: memory access error in remove() for blob

Problem:    Memory access error in remove() for blob.
Solution:   Adjust length for memmove().
This commit is contained in:
Bram Moolenaar
2021-04-17 21:22:49 +02:00
parent d23b714d8b
commit f7e92aae15
2 changed files with 5 additions and 2 deletions

View File

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