1
0
forked from aniani/vim

patch 9.0.0026: accessing freed memory with diff put

Problem:    Accessing freed memory with diff put.
Solution:   Bail out when diff pointer is no longer valid.
This commit is contained in:
Bram Moolenaar
2022-07-02 15:10:00 +01:00
parent c6fdb15d42
commit c5274dd122
2 changed files with 24 additions and 2 deletions

View File

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