ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 24 days agoSomething something history is a flat circlelemmy.worldexternal-linkmessage-square47fedilinkarrow-up1305arrow-down17
arrow-up1298arrow-down1external-linkSomething something history is a flat circlelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 24 days agomessage-square47fedilink
minus-squaresus@programming.devlinkfedilinkarrow-up4·edit-223 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.