ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 months agoSomething something history is a flat circlelemmy.worldimagemessage-square47linkfedilinkarrow-up1293
arrow-up1293imageSomething something history is a flat circlelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square47linkfedilink
minus-squaresus@programming.devlinkfedilinkarrow-up4·edit-22 months agobuffer 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.
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.