Patch 8.2.3386
Problem: Using uninitialized memory.
Solution: Initialize the rm_ic field. (Dominique Pellé, closes #8800)
Files: src/indent.c
*** ../vim-8.2.3385/src/indent.c 2021-07-31 21:32:27.421666727 +0200
--- src/indent.c 2021-08-29 22:10:58.082576932 +0200
***************
*** 953,958 ****
--- 953,959 ----
RE_MAGIC + RE_STRING + RE_AUTO + RE_STRICT);
if (regmatch.regprog != NULL)
{
+ regmatch.rm_ic = FALSE;
if (vim_regexec(®match, line, 0))
{
if (wp->w_briopt_list > 0)
*** ../vim-8.2.3385/src/version.c 2021-08-29 12:36:43.301865015 +0200
--- src/version.c 2021-08-29 22:12:15.398377082 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3386,
/**/
--
ARTHUR: What are you going to do. bleed on me?
"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/202108292013.17TKDR9C3419955%40masaka.moolenaar.net.