ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 6 days agoSomething something history is a flat circlelemmy.worldimagemessage-square47linkfedilinkarrow-up1302arrow-down17
arrow-up1295arrow-down1imageSomething something history is a flat circlelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square47linkfedilink
minus-squaresus@programming.devlinkfedilinkarrow-up4·edit-26 days 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.