Patch 8.2.3330
Problem: Coverity reports using uninitialized field.
Solution: Initialize the field early.
Files: src/tag.c
*** ../vim-8.2.3329/src/tag.c 2021-07-15 18:14:52.930849299 +0200
--- src/tag.c 2021-08-11 17:00:51.086360536 +0200
***************
*** 1680,1685 ****
--- 1680,1686 ----
help_save = curbuf->b_help;
orgpat.pat = pat;
+ orgpat.regmatch.regprog = NULL;
vimconv.vc_type = CONV_NONE;
/*
*** ../vim-8.2.3329/src/version.c 2021-08-11 16:47:20.947942681 +0200
--- src/version.c 2021-08-11 17:01:32.278273661 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3330,
/**/
--
CRONE: Who sent you?
ARTHUR: The Knights Who Say Ni!
CRONE: Aaaagh! (she looks around in rear) No! We have no shrubberies here.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202108111504.17BF4Iqa2942316%40masaka.moolenaar.net.