Skip to content

Commit 8600ace

Browse files
committed
patch 7.4.1362
Problem: Using unitinialized value. Solution: Initialize jo_set.
1 parent 254e00d commit 8600ace

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/eval.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9886,6 +9886,7 @@ get_job_options(typval_T *tv, jobopt_T *opt, int supported)
98869886
int todo;
98879887
hashitem_T *hi;
98889888

9889+
opt->jo_set = 0;
98899890
if (tv->v_type == VAR_UNKNOWN)
98909891
return OK;
98919892
if (tv->v_type != VAR_DICT)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,8 @@ static char *(features[]) =
747747

748748
static int included_patches[] =
749749
{ /* Add new patch number below this line */
750+
/**/
751+
1362,
750752
/**/
751753
1361,
752754
/**/

0 commit comments

Comments
 (0)