pull down to refresh
70 sats \ 3 replies \ @petertodd 14 Jan 2024 \ 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.
Rust really is cool. Coming from a Go eng
reply
Rust isn’t perfect either.
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