mirror of
https://github.com/tmux/tmux.git
synced 2026-05-31 06:36:18 +00:00
Kill client rather than fatalx on bad file handling messages, reported
by Tim Zheng.
This commit is contained in:
6
tmux.h
6
tmux.h
@@ -2949,9 +2949,9 @@ void file_write_data(struct client_files *, struct imsg *);
|
||||
void file_write_close(struct client_files *, struct imsg *);
|
||||
void file_read_open(struct client_files *, struct tmuxpeer *, struct imsg *,
|
||||
int, int, client_file_cb, void *);
|
||||
void file_write_ready(struct client_files *, struct imsg *);
|
||||
void file_read_data(struct client_files *, struct imsg *);
|
||||
void file_read_done(struct client_files *, struct imsg *);
|
||||
int file_write_ready(struct client_files *, struct imsg *);
|
||||
int file_read_data(struct client_files *, struct imsg *);
|
||||
int file_read_done(struct client_files *, struct imsg *);
|
||||
void file_read_cancel(struct client_files *, struct imsg *);
|
||||
|
||||
/* server.c */
|
||||
|
||||
Reference in New Issue
Block a user