• the_doktor@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Any software can have security issues, including ones written in rust. Just because C/C++ allows one to shoot oneself in the foot doesn’t mean it’s something that’s commonly allowed by anyone with any skill, it’s just a bug like anything else. I swear, people advocating rust believe that it’s something intrinsic in C/C++ that allows such a thing regardless of what a developer does, and it’s getting tiresome.

    • ProgrammingSocks@pawb.social
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      Of course a good developer can avoid these problems for the most part. The point is that we want the bad developers to be forced to do things a safe way by default.

      • pathief@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        4 months ago

        Even good developers make mistakes. It’s really nice to catch these mistakes at compile time.