• refalo@programming.dev
    link
    fedilink
    arrow-up
    2
    arrow-down
    10
    ·
    4 days 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
      8
      arrow-down
      1
      ·
      edit-2
      3 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.