Who Cares About Memory Safety, Anyways?
Details
What does memory safety mean? Who cares these cloud-everything days? I will first define memory safety. Then I will walk through C and unsafe Rust code examples that demonstrate memory unsafety. The code examples will span contrived C hello world to bcrypt source code. Then I'll close with practical defenses and proactive choices in increasing memory safety in systems.
