Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-safety

What is an efficient equivalent in C# for Span<Span<T>>, which does not exist?

What is the progress on safety for C++?

c++ memory-safety

Why must be structure initialized in rust?

FORTIFY_SOURCE and Og optimization level

Ownership tracking in Rust: Difference between Box<T> (heap) and T (stack)

Why are borrows of struct members allowed in &mut self, but not of self to immutable methods?

Clarify the meaning of binding two references to differently scoped referents to the same lifetime in a function signature

Alternatives to dynamic allocations in safety critical projects (C)

What does it take to write memory safe C++ applications?

How does Rust achieve compile-time-only pointer safety?

pointers rust memory-safety

Quickchecking a nasty foreign function in Haskell(GHC)

Is Python type safe?

Buffer overflow works in gdb but not without it