• 0 Posts
  • 85 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle












  • I feel she also may be saying certain stuff just to close off avenues of attack for Republicans. She’d rather just say something conservatives would like to hear than give a hedging response to appease the base that Trump and co would run with. For example, when asked about guns, she said “I’m a gun owner, so is Walz” — it’s just not worth losing this election over being pure on a handful of issues that might trigger moderates and swayable conservatives.





  • Memory safety for one. C is very memory unsafe and that has been the source of a great, great number of software vulnerabilities over the years. Basically, in many C programs it has been possible to force them to execute arbitrary code, and if a program is running with root privileges, an attacker can gain full control over a system by injecting the right input.

    I have very limited knowledge of rust, but from what I remember writing memory unsafe programs is nigh impossible as the code won’t really even compile. Someone else with more knowledge can probably give more detail.