mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.3330: Coverity reports using uninitialized field
Problem: Coverity reports using uninitialized field.
Solution: Initialize the field early.
7deb4115ef
This commit is contained in:
parent
17f377b6f9
commit
b24c377c8a
@ -1467,6 +1467,7 @@ find_tags(
|
|||||||
|
|
||||||
help_save = curbuf->b_help;
|
help_save = curbuf->b_help;
|
||||||
orgpat.pat = pat;
|
orgpat.pat = pat;
|
||||||
|
orgpat.regmatch.regprog = NULL;
|
||||||
vimconv.vc_type = CONV_NONE;
|
vimconv.vc_type = CONV_NONE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user