@onlinepersona@programming.dev to Programmer Humor@programming.devEnglish • 1 year ago"No way to prevent this" say users of only language where this regularly happens - 07/01/2024xeiaso.netmessage-square21fedilinkarrow-up163arrow-down10file-text
arrow-up163arrow-down1external-link"No way to prevent this" say users of only language where this regularly happens - 07/01/2024xeiaso.net@onlinepersona@programming.dev to Programmer Humor@programming.devEnglish • 1 year agomessage-square21fedilinkfile-text
minus-square@BatmanAoD@programming.devlinkfedilink28•1 year agoThe trope will be “old” once the mainstream view is no longer that C-style memory management is “good enough”. That said, this particular vulnerability was primarily due to how signals work, which I understand to be kind of unavoidably terrible in any language.
minus-square@5C5C5C@programming.devlinkfedilink5•1 year agoA better language wouldn’t have any need to use POSIX signals in this way.
minus-square@BatmanAoD@programming.devlinkfedilink9•1 year agoI’m not totally clear on why signals are used here in the first place. Arguably most C code doesn’t “need” to use signals in complex ways, either.
The trope will be “old” once the mainstream view is no longer that C-style memory management is “good enough”.
That said, this particular vulnerability was primarily due to how signals work, which I understand to be kind of unavoidably terrible in any language.
A better language wouldn’t have any need to use POSIX signals in this way.
I’m not totally clear on why signals are used here in the first place. Arguably most C code doesn’t “need” to use signals in complex ways, either.