Patch 8.2.0827
Problem: Vim9: crash in :defcompile.
Solution: Fix off-by-one error.
Files: src/userfunc.c
*** ../vim-8.2.0826/src/userfunc.c 2020-05-26 11:08:24.676420028 +0200
--- src/userfunc.c 2020-05-26 11:31:08.343744173 +0200
***************
*** 3348,3353 ****
--- 3348,3354 ----
hi = func_hashtab.ht_array;
ht_used = func_hashtab.ht_used;
todo = (int)ht_used;
+ --hi;
}
}
}
*** ../vim-8.2.0826/src/version.c 2020-05-26 11:08:24.676420028 +0200
--- src/version.c 2020-05-26 11:37:10.130596886 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 827,
/**/
--
hundred-and-one symptoms of being an internet addict:
180. You maintain more than six e-mail addresses.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202005260938.04Q9c0cK536822%40masaka.moolenaar.net.