• robinm@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      17 hours ago

      Is it possible to do in Rust?

      Yes

      Is possible to do in Rust, by mistake, and not easily caught by a review?

      Definitively not.

    • GetOffMyLan@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      4 days ago

      I’m fairly sure use after free isn’t possible unless you explicitly use unsafe code right?

      It’s compiler enforced is the point.