tmux 3.0a-2ubuntu0.4 source package in Ubuntu

Changelog

tmux (3.0a-2ubuntu0.4) focal-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 10:55:07 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main admin
Focal security main admin

Downloads

File Size SHA-256 Checksum
tmux_3.0a.orig.tar.gz 533.6 KiB 4ad1df28b4afa969e59c08061b45082fdc49ff512f30fc8e43217d7b0e5f8db9
tmux_3.0a-2ubuntu0.4.debian.tar.xz 14.6 KiB c187ff456e0258efc6e2585d8e6d272f0985aa3db569efd5abb5d8771cbce406
tmux_3.0a-2ubuntu0.4.dsc 2.0 KiB c4acc411a686871bfc5a57170b682b89cea0798d81bcf508e48d941388efc41e

View changes file

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