• refalo@programming.dev
    link
    fedilink
    arrow-up
    2
    arrow-down
    5
    ·
    7 hours ago

    To be fair, it’s entirely possible to make the same and very similar mistakes in Rust, too.

    • GetOffMyLan@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      4 hours 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.