Skip to content

Update Rust toolchain version to 1.98.1 - #5441

Open
mpapierski wants to merge 2 commits into
feat-evmfrom
rust-toolchain-patch-bump
Open

Update Rust toolchain version to 1.98.1#5441
mpapierski wants to merge 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

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.

1 participant