mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Double-free on session destroy.
This commit is contained in:
4
TODO
4
TODO
@ -22,8 +22,8 @@
|
||||
- client could pass term/tty fd up to server and then do nothing. what problems
|
||||
would this cause? -- need access to all terminfo data at once... signals?
|
||||
- cleanup/redesign IPC
|
||||
IPC is arse-about-face: too much overhead. 8-byte header for each
|
||||
packet... hrm. already scanning output for \e, could add an extra
|
||||
IPC is slightly arse-about-face: too much overhead. 8-byte header for
|
||||
each packet... hrm. already scanning output for \e, could add an extra
|
||||
byte to it for message
|
||||
- could use bsearch all over the place or get rid of smaller tables (clientmsg)
|
||||
- better errors when creating new windows/sessions (how?)
|
||||
|
Reference in New Issue
Block a user