Skip to content

Commit

Permalink
Update 2024-02-23-memory safety.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davideme committed Feb 23, 2024
1 parent 538d700 commit 4961dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-02-23-memory safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ header:
---
# Memory Safety: A Comparative Analysis of C/C++, Python, Java, and Rust

In the realm of software development, memory safety is crucial for ensuring the security and reliability of applications. This article explores the landscape of memory safety across C, C++, Python, Java, and Rust. Drawing on insights from Google and Microsoft, we delve into bounds checking, raw pointer arithmetic, and the implications of these features for memory safety.
In the realm of software development, memory safety is crucial for ensuring the security and reliability of applications. This article explores the landscape of memory safety across C, C++, Python, Java, and Rust.

## The Landscape of Memory Safety

Expand Down

0 comments on commit 4961dba

Please sign in to comment.