Patch 7.4.836
Problem: Accessing unitinialized memory.
Solution: Add missing calls to init_tv(). (Dominique Pelle)
Files: src/eval.c
*** ../vim-7.4.835/src/eval.c 2015-08-25 16:19:01.583296566 +0200
--- src/eval.c 2015-08-25 16:47:06.109777570 +0200
***************
*** 5371,5376 ****
--- 5371,5378 ----
}
#endif
+ init_tv(&var1);
+ init_tv(&var2);
if (**arg == '.')
{
/*
*** ../vim-7.4.835/src/version.c 2015-08-25 16:31:34.631453176 +0200
--- src/version.c 2015-08-25 16:46:21.294243211 +0200
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 836,
/**/
--
Men may not be seen publicly in any kind of strapless gown.
[real standing law in Florida, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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].
For more options, visit https://groups.google.com/d/optout.