1
0
forked from aniani/vim

patch 8.2.5164: invalid memory access after diff buffer manipulations

Problem:    Invalid memory access after diff buffer manipulations.
Solution:   Use zero offset when change removes all lines in a diff block.
This commit is contained in:
Bram Moolenaar
2022-06-26 16:53:34 +01:00
parent cd38bb4d83
commit c101abff4c
3 changed files with 16 additions and 2 deletions

View File

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