mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Do not use uninitialized buffer name.
This commit is contained in:
		@@ -2700,7 +2700,7 @@ window_copy_append_selection(struct window_mode_entry *wme)
 | 
			
		||||
	struct window_pane		*wp = wme->wp;
 | 
			
		||||
	char				*buf;
 | 
			
		||||
	struct paste_buffer		*pb;
 | 
			
		||||
	const char			*bufdata, *bufname;
 | 
			
		||||
	const char			*bufdata, *bufname = NULL;
 | 
			
		||||
	size_t				 len, bufsize;
 | 
			
		||||
	struct screen_write_ctx		 ctx;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user