this post was submitted on 24 Dec 2023
40 points (85.7% liked)

Rust

6719 readers
622 users here now

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

Wormhole

[email protected]

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
[–] [email protected] 2 points 1 year ago

some implementations take advantage of UB to prevent programs from crashing and allow them to continue after encountering a UAF etc.

Could you provide examples of this?