StackOverflow Questions for Tag: memory-safety

yhgu2000
yhgu2000

Reputation: 364

Why can't we have a safe ISA?

Score: 3

Views: 218

Answers: 3

Read More
qedk
qedk

Reputation: 528

Is Python memory-safe?

Score: 15

Views: 7875

Answers: 1

Read More
stdiohero
stdiohero

Reputation: 1

Why is `co_code_adaptive` in `PyCodeObject` cast to a `uint16_t` pointer in `_PyCode_CODE` macro?

Score: 0

Views: 73

Answers: 1

Read More
Wutz
Wutz

Reputation: 2964

Safe C++: questions about borrow-checking

Score: 3

Views: 118

Answers: 0

Read More
MuhammadHassnain
MuhammadHassnain

Reputation: 31

Is it possible to read an executable and run it without writing it into another file?

Score: 0

Views: 129

Answers: 2

Read More
thaweatherman
thaweatherman

Reputation: 1497

Buffer overflow works in gdb but not without it

Score: 55

Views: 63348

Answers: 9

Read More
user8664060
user8664060

Reputation: 527

Is Python type safe?

Score: 50

Views: 36508

Answers: 9

Read More
David Biga
David Biga

Reputation: 2801

How can I manually zero out memory?

Score: 7

Views: 936

Answers: 1

Read More
Arjun
Arjun

Reputation: 3803

Accessing packed field in Rust and Compiler recommendation

Score: 1

Views: 387

Answers: 2

Read More
ealker
ealker

Reputation: 98

Safely passing arrays in C

Score: 1

Views: 613

Answers: 2

Read More
Sean Werkema
Sean Werkema

Reputation: 6145

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

Score: 7

Views: 527

Answers: 1

Read More
joshgalv
joshgalv

Reputation: 170

What is meant by “An access is instantaneous if it’s not possible for other code to run after that access starts but before it ends” in the Swift Book

Score: 0

Views: 40

Answers: 1

Read More
MWB
MWB

Reputation: 12617

Does `-fsanitize=bounds-strict` check anything that `-fsanitize=address` does not?

Score: 2

Views: 422

Answers: 1

Read More
tedtanner
tedtanner

Reputation: 695

Force a std::Vec's capacity to shrink to equal length exactly

Score: 2

Views: 1080

Answers: 2

Read More
gksato
gksato

Reputation: 367

Rust: can unsafe methods of safe traits be called soundly, even conditionally?

Score: 0

Views: 619

Answers: 1

Read More
北冥有鱼
北冥有鱼

Reputation: 23

How to judge whether the incoming buffer is valid in C++?

Score: 2

Views: 374

Answers: 2

Read More
knutk
knutk

Reputation: 80

Best way to copy bits from a signed to an unsigned variable of same size in C#

Score: 0

Views: 114

Answers: 1

Read More
Michele Grisafi
Michele Grisafi

Reputation: 169

Arbitrary write vulnerability without buffer overflow

Score: -1

Views: 848

Answers: 1

Read More
domin
domin

Reputation: 1324

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

Score: 5

Views: 920

Answers: 1

Read More
briefy
briefy

Reputation: 221

why is there a memory confiicting in single thread swift?

Score: 2

Views: 275

Answers: 1

Read More
PreviousPage 1Next