1
0
forked from aniani/vim

patch 8.2.0521: crash when reading a blob fails

Problem:    Crash when reading a blob fails.
Solution:   Avoid keeping a pointer to a freed blob object. (Dominique Pelle,
            closes #5890)  Adjust error messages.
This commit is contained in:
Bram Moolenaar
2020-04-06 21:12:42 +02:00
parent 6c307dcd55
commit 15352dc6ec
3 changed files with 16 additions and 11 deletions

View File

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