• sus@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    6 days ago

    buffer overflows are critical for memory safety since they can cause silent data corruption (bad) and remote code execution (very bad). Compared to those a “clean” unhandled runtime error is far preferable in most cases.