Patch 8.0.1430 (after 8.0.1429)
Problem: Crash when term_start() fails.
Solution: Initialize winpty_err.
Files: src/terminal.c
*** ../vim-8.0.1429/src/terminal.c 2018-01-26 20:05:04.145790973 +0100
--- src/terminal.c 2018-01-26 21:07:45.661687447 +0100
***************
*** 3386,3392 ****
HANDLE jo = NULL;
HANDLE child_process_handle;
HANDLE child_thread_handle;
! void *winpty_err;
void *spawn_config = NULL;
garray_T ga_cmd, ga_env;
char_u *cmd = NULL;
--- 3386,3392 ----
HANDLE jo = NULL;
HANDLE child_process_handle;
HANDLE child_thread_handle;
! void *winpty_err = NULL;
void *spawn_config = NULL;
garray_T ga_cmd, ga_env;
char_u *cmd = NULL;
*** ../vim-8.0.1429/src/version.c 2018-01-26 20:05:04.149790948 +0100
--- src/version.c 2018-01-26 21:10:11.843562632 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1430,
/**/
--
A man is incomplete until he's married ... and then he's finished!
/// 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.