mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +00: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:
@@ -1467,6 +1467,7 @@ find_tags(
|
||||
|
||||
help_save = curbuf->b_help;
|
||||
orgpat.pat = pat;
|
||||
orgpat.regmatch.regprog = NULL;
|
||||
vimconv.vc_type = CONV_NONE;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user