1
0
forked from aniani/vim

patch 8.2.2458: Coverity warns for :retab using freed memory

Problem:    Coverity warns for :retab using freed memory.
Solution:   Use the updated line pointer when moving text properties.
This commit is contained in:
Bram Moolenaar
2021-02-03 19:44:25 +01:00
parent 4dba04256b
commit 0dcd39bad5
2 changed files with 5 additions and 1 deletions

View File

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