70 sats \ 3 replies \ @petertodd 14 Jan \ on: Remote code execution vulnerability in Redis (CVE-2023-41056) security
Looks like Redis is written in C, so no surprise there...
C is an obsolete language. Stop writing new projects in it, unless you have a very good reason (eg a microcontroller with only C support). Use Rust instead.
reply
Who said anything about perfect?
It's still far better than C in terms of safety. Similar to how C was far better than assembly (I've done a lot of assembly programming for microcontrollers). And assembly was far better than raw machine code.
reply