• RumRunningDevil@lemmy.zip
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 days ago

    I’m not a rust programmer, can anyone with experience in systems programming explain a legitimate use case for the uutils other than weakening the GPL? The auther even admits that several coreutils are still GNU in 26.04 which begs one to ask “why the rewrite?”

    • unknownuserunknownlocation@kbin.earth
      link
      fedilink
      arrow-up
      5
      ·
      24 hours ago

      The goal is to create a more secure version of the program. Since (safe) rust eliminates entire classes of security relevant bugs, a rust version has the potential to be much more secure that the C version. And since rust can eliminate entire classes of bugs, we can put more energy into finding bugs like the ones presented in the article.

      The weaker license is unfortunate, though.