Patch 8.2.4236
Problem: Accessing freed memory.
Solution: Set the bh_curr pointer to NULL.
Files: src/getchar.c
*** ../vim-8.2.4235/src/getchar.c 2022-01-27 20:47:00.117108960 +0000
--- src/getchar.c 2022-01-27 21:54:50.523209417 +0000
***************
*** 110,115 ****
--- 110,116 ----
vim_free(p);
}
buf->bh_first.b_next = NULL;
+ buf->bh_curr = NULL;
}
/*
*** ../vim-8.2.4235/src/version.c 2022-01-27 20:47:00.117108960 +0000
--- src/version.c 2022-01-27 21:55:26.686697715 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4236,
/**/
--
The most powerful force in the universe is gossip.
/// 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/20220127215803.48AFA1C4EF6%40moolenaar.net.