this post was submitted on 18 Dec 2023
40 points (97.6% liked)

Rust

6402 readers
16 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Deebster@programming.dev 3 points 1 year ago (1 children)

The article mentions two bugs and the first is a use-after-free. The article spends most of the time discussing the second issue (the one you nicely explained).

[–] OmnipotentEntity@beehaw.org 2 points 1 year ago

oh dang! I am a dummy and completely missed the first one somehow.