Opened 4 weeks ago

Last modified 2 weeks ago

#19557 new enhancement

rustc-1.77.2 (wait for the next release)

Reported by: Bruce Dubbs Owned by: blfs-book
Priority: normal Milestone: 99-Waiting
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Xi Ruoyao, 4 weeks ago

Cargo enabled stripping of debuginfo in release builds by default in Rust 1.77.0. However, due to a pre-existing issue, debuginfo stripping does not behave in the expected way on Windows with the MSVC toolchain.

Rust 1.77.1 therefore disables the new Cargo behavior on Windows for targets that use MSVC. There are no changes for other targets. We plan to eventually re-enable debuginfo stripping in release mode in a later Rust release.

comment:2 by Xi Ruoyao, 4 weeks ago

Milestone: 12.299-Waiting
Summary: rustc-1.77.1rustc-1.77.1 (wait for the next release)

As it's not affecting Linux at all, let's skip this version.

comment:3 by Xi Ruoyao, 2 weeks ago

Milestone: 99-Waiting12.2
Summary: rustc-1.77.1 (wait for the next release)rustc-1.77.2

comment:4 by Xi Ruoyao, 2 weeks ago

1.77.2:

This release includes a fix for CVE-2024-24576.

Before this release, the Rust standard library did not properly escape arguments when invoking batch files (with the bat and cmd extensions) on Windows using the Command API. An attacker able to control the arguments passed to the spawned process could execute arbitrary shell commands by bypassing the escaping.

This vulnerability is CRITICAL if you are invoking batch files on Windows with untrusted arguments. No other platform or use is affected.

comment:5 by Xi Ruoyao, 2 weeks ago

Milestone: 12.299-Waiting
Summary: rustc-1.77.2rustc-1.77.2 (wait for the next release)

Hmm, still not affecting us. Note that BLFS rustc configuration does not support cross-compiling for Windoge targets.

Note: See TracTickets for help on using tickets.