1
0
forked from aniani/vim

patch 9.0.0540: assigning stack variable to argument confuses Coverity

Problem:    Assigning stack variable to argument confuses Coverity.
Solution:   Use a local pointer, also makes the code simpler.
This commit is contained in:
Bram Moolenaar
2022-09-22 12:48:58 +01:00
parent 21d393a12b
commit 6f98114e4a
2 changed files with 28 additions and 24 deletions

View File

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