Skip to content

Update Rust toolchain version to 1.98.1 - #5441

Merged
mpapierski merged 2 commits into
feat-evmfrom
rust-toolchain-patch-bump
Sep 18, 2026
Merged

mpapierski merged 2 commits into
feat-evmfrom
rust-toolchain-patch-bump

Conversation

@mpapierski

Copy link
Copy Markdown
Collaborator

Rust 1.98.1 fixes a miscompilation in vtable generation.

In Rust 1.98.0, in some circumstances, rustc would incorrectly generate a trait object vtable with a null pointer where a function pointer should be. This leads to undefined behavior in the emitted code. In some cases this may 'just' cause segfaults due to the null pointer being loaded, but it is possible for it to be justification for arbitrary effects (as is typical for UB).

Sounds reasonable to bump the patch release

@mpapierski
mpapierski merged commit 72d8c57 into feat-evm Sep 18, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants