tmux 2.6-3ubuntu0.3 source package in Ubuntu
Changelog
tmux (2.6-3ubuntu0.3) bionic-security; urgency=medium * SECURITY UPDATE: Null dereference - debian/patches/CVE-2022-47016.patch: adds checks for NULL returns from bufferevent_new in window.c. - CVE-2022-47016 -- Leonidas Da Silva Barbosa <email address hidden> Tue, 31 Jan 2023 11:04:01 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | main | admin | |
Bionic | security | main | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tmux_2.6.orig.tar.gz | 469.7 KiB | b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8 |
tmux_2.6-3ubuntu0.3.debian.tar.xz | 12.9 KiB | e0d968ccf000ebc77473f22695c86cd6468b96495d662a319f5d2ef84c02e57a |
tmux_2.6-3ubuntu0.3.dsc | 1.9 KiB | 24b03c349f84e942e826e852c7d51b1fbdbbd3830940be16b01500b5f6329ad0 |
Available diffs
Binary packages built by this source
- tmux: terminal multiplexer
tmux enables a number of terminals (or windows) to be accessed and
controlled from a single terminal like screen. tmux runs as a
server-client system. A server is created automatically when necessary
and holds a number of sessions, each of which may have a number of
windows linked to it. Any number of clients may connect to a session,
or the server may be controlled by issuing commands with tmux.
Communication takes place through a socket, by default placed in /tmp.
Moreover tmux provides a consistent and well-documented command
interface, with the same syntax whether used interactively, as a key
binding, or from the shell. It offers a choice of vim or Emacs key
layouts.
- tmux-dbgsym: debug symbols for tmux