Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in memory-safety
FORTIFY_SOURCE and Og optimization level
Mar 13, 2023
c++
gcc
optimization
g++
memory-safety
Ownership tracking in Rust: Difference between Box<T> (heap) and T (stack)
Oct 30, 2022
dynamic
rust
heap-memory
stack-memory
memory-safety
Why are borrows of struct members allowed in &mut self, but not of self to immutable methods?
May 11, 2022
rust
borrow-checker
memory-safety
Clarify the meaning of binding two references to differently scoped referents to the same lifetime in a function signature
Apr 17, 2022
rust
lifetime
borrow-checker
memory-safety
Alternatives to dynamic allocations in safety critical projects (C)
Mar 28, 2022
dynamic-allocation
safety-critical
memory-safety
What does it take to write memory safe C++ applications?
Apr 11, 2022
c++
memory-management
memory-safety
How does Rust achieve compile-time-only pointer safety?
Nov 07, 2022
pointers
rust
memory-safety
Quickchecking a nasty foreign function in Haskell(GHC)
Feb 07, 2019
haskell
ghc
quickcheck
memory-safety
Is Python type safe?
Oct 01, 2022
python
types
type-safety
dynamic-typing
memory-safety
Buffer overflow works in gdb but not without it
Sep 23, 2022
c
security
buffer-overflow
fortify-source
memory-safety