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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2458,
|
||||
/**/
|
||||
2457,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user