mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Start inputs as NULL so not freeing random stack garbage, GitHub issue 2852.
This commit is contained in:
		| @@ -77,7 +77,7 @@ cmd_command_prompt_exec(struct cmd *self, struct cmdq_item *item) | |||||||
| 	const char			*type, *s, *input; | 	const char			*type, *s, *input; | ||||||
| 	struct cmd_command_prompt_cdata	*cdata; | 	struct cmd_command_prompt_cdata	*cdata; | ||||||
| 	char				*tmp, *prompts, *prompt, *next_prompt; | 	char				*tmp, *prompts, *prompt, *next_prompt; | ||||||
| 	char				*inputs, *next_input; | 	char				*inputs = NULL, *next_input; | ||||||
| 	u_int				 count = args_count(args); | 	u_int				 count = args_count(args); | ||||||
| 	int				 wait = !args_has(args, 'b'), space = 1; | 	int				 wait = !args_has(args, 'b'), space = 1; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 nicm
					nicm