Debian Package Tracker
Register | Log in
Subscribe

rust-bytes

Types and traits for working with bytes - Rust source code

Choose email to subscribe with

general
  • source: rust-bytes (main)
  • version: 1.11.1-1
  • maintainer: Debian Rust Maintainers (archive) (DMD)
  • uploaders: Ximin Luo [DMD] – kpcyrd [DMD] [DM] – Robin Krahl [DMD]
  • arch: any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.4.12-1
  • oldstable: 1.2.1-1
  • stable: 1.9.0-1
  • testing: 1.11.1-1
  • unstable: 1.11.1-1
versioned links
  • 0.4.12-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.2.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.9.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.11.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • librust-bytes-dev
action needed
11 open merge requests in Salsa normal
There are 11 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-08-19 Last update: 2026-02-01 02:00
1 low-priority security issue in trixie low

There is 1 open security issue in trixie.

1 issue left for the package maintainer to handle:
  • CVE-2026-25541: (needs triaging) Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "v_capacity >= new_cap + offset" uses an unchecked addition. When new_cap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated capacity. Subsequent APIs such as spare_capacity_mut() then trust this corrupted cap value and may create out-of-bounds slices, leading to UB. This behavior is observable in release builds (integer overflow wraps), whereas debug builds panic due to overflow checks. This issue has been patched in version 1.11.1.

You can find information about how to handle this issue in the security team's documentation.

Created: 2026-02-04 Last update: 2026-02-07 19:01
1 low-priority security issue in bookworm low

There is 1 open security issue in bookworm.

1 issue left for the package maintainer to handle:
  • CVE-2026-25541: (needs triaging) Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "v_capacity >= new_cap + offset" uses an unchecked addition. When new_cap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated capacity. Subsequent APIs such as spare_capacity_mut() then trust this corrupted cap value and may create out-of-bounds slices, leading to UB. This behavior is observable in release builds (integer overflow wraps), whereas debug builds panic due to overflow checks. This issue has been patched in version 1.11.1.

You can find information about how to handle this issue in the security team's documentation.

Created: 2026-02-04 Last update: 2026-02-07 19:01
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.3 instead of 4.7.2).
Created: 2025-12-23 Last update: 2026-02-04 07:20
news
[rss feed]
  • [2026-02-08] rust-bytes 1.11.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-02-03] Accepted rust-bytes 1.11.1-1 (source) into unstable (kpcyrd)
  • [2025-11-29] rust-bytes 1.11.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-11-26] Accepted rust-bytes 1.11.0-1 (source) into unstable (James McCoy)
  • [2025-09-28] rust-bytes 1.10.1-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-24] Accepted rust-bytes 1.10.1-1 (source) into unstable (Jeremy Bícha)
  • [2024-12-11] rust-bytes 1.9.0-1 MIGRATED to testing (Debian testing watch)
  • [2024-12-08] Accepted rust-bytes 1.9.0-1 (source) into unstable (kpcyrd)
  • [2024-11-05] rust-bytes 1.8.0-1 MIGRATED to testing (Debian testing watch)
  • [2024-11-02] Accepted rust-bytes 1.8.0-1 (source) into unstable (Blair Noctis)
  • [2024-10-13] rust-bytes 1.7.2-1 MIGRATED to testing (Debian testing watch)
  • [2024-10-10] Accepted rust-bytes 1.7.2-1 (source) into unstable (Blair Noctis)
  • [2023-11-30] rust-bytes 1.5.0-1 MIGRATED to testing (Debian testing watch)
  • [2023-11-24] Accepted rust-bytes 1.5.0-1 (source) into unstable (James McCoy)
  • [2023-08-01] rust-bytes 1.4.0-1 MIGRATED to testing (Debian testing watch)
  • [2023-07-27] Accepted rust-bytes 1.4.0-1 (source) into unstable (kpcyrd)
  • [2022-10-21] rust-bytes 1.2.1-1 MIGRATED to testing (Debian testing watch)
  • [2022-10-16] Accepted rust-bytes 1.2.1-1 (source) into unstable (Peter Michael Green)
  • [2021-12-17] rust-bytes 1.1.0-1 MIGRATED to testing (Debian testing watch)
  • [2021-11-28] Accepted rust-bytes 1.1.0-1 (source) into unstable (Henry-Nicolas Tourneur) (signed by: Sylvestre Ledru)
  • [2020-04-15] rust-bytes 0.4.12-1 MIGRATED to testing (Debian testing watch)
  • [2020-03-25] rust-bytes REMOVED from testing (Debian testing watch)
  • [2019-07-17] rust-bytes 0.4.12-1 MIGRATED to testing (Debian testing watch)
  • [2019-07-12] Accepted rust-bytes 0.4.12-1 (source) into unstable (kpcyrd)
  • [2018-10-16] rust-bytes 0.4.10-1 MIGRATED to testing (Debian testing watch)
  • [2018-10-10] Accepted rust-bytes 0.4.10-1 (source amd64) into unstable, unstable (kpcyrd) (signed by: Sylvestre Ledru)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.11.0-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing