|
|
|
|
|
by dadrian
7 days ago
|
|
There are only three programs where memory safety matters: HTTP server, browsers, and operating systems. In practice, really just browsers and operating systems. Memory safety schemes that don't work for those systems are primarily cosplaying if their goal is safety. |
|
Really anything that deals with untrusted input should be memory safe. Your TLS library. A load balancer. Your password manager.