Biden administration calls for developers to embrace memory-safe programing languages and move away from those that cause buffer overflows and other memory access vulnerabilities.

  • AggressivelyPassive@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    9 months ago

    When was the last time you’ve heard of a memory safety issue in Java code? Not the runtime or some native library, raw dogged Java.

    Memory safety isn’t a silver bullet, but it practically erases an entire category of bugs.