StackOverflow Questions for Tag: memory-sanitizer

user7610
user7610

Reputation: 28751

MemorySanitzer warns of use of undefined memory in `struct stat`; I do check the `stat` return value, though

Score: 1

Views: 115

Answers: 2

Read More
kayas
kayas

Reputation: 723

Memory/Address Sanitizer vs Valgrind

Score: 55

Views: 39968

Answers: 2

Read More
MaxPlankton
MaxPlankton

Reputation: 1248

clang++ memory sanitizer reports use-of-uninitialized-value

Score: 1

Views: 5813

Answers: 2

Read More
E. Tolga
E. Tolga

Reputation: 51

GNU compiler memory sanitizer is not available

Score: 1

Views: 659

Answers: 1

Read More
D.J. Elkind
D.J. Elkind

Reputation: 507

Does `string s = std::to_string(1) + std::to_string(2)` use uninitialized memory

Score: 3

Views: 181

Answers: 1

Read More
Josh Kelley
Josh Kelley

Reputation: 58342

How can I practically use AddressSanitizer and MemorySanitizer?

Score: 4

Views: 3413

Answers: 2

Read More
Eric Stotch
Eric Stotch

Reputation: 241

How do I tell clang memory sanitizer to ignore data from certain libraries?

Score: 1

Views: 1843

Answers: 1

Read More
Pac
Pac

Reputation: 167

Why does the memory-sanitizer report use of an uninitialized value for std::map?

Score: 3

Views: 1405

Answers: 2

Read More
NoSenseEtAl
NoSenseEtAl

Reputation: 29996

Clang sanitizers missing a read from uninitialized memory

Score: 1

Views: 1645

Answers: 1

Read More
Pawan
Pawan

Reputation: 11

Boost undefined symbol issue while linking with static library with memory sanitizer

Score: 1

Views: 227

Answers: 0

Read More
Fabian Langguth
Fabian Langguth

Reputation: 31

Clang memory sanitizer bug with SSE intrinsics

Score: 3

Views: 257

Answers: 0

Read More
acm
acm

Reputation: 12727

Does enabling LLVM's MemorySanitizer change the ABI of libraries

Score: 0

Views: 266

Answers: 1

Read More
JohnNil
JohnNil

Reputation: 33

cannot build memory sanitizer instrumented libc++ that link against only compile-rt (no libgcc)?

Score: 1

Views: 619

Answers: 0

Read More
cmouse
cmouse

Reputation: 672

clang sanitize-blacklist is not ignoring a function

Score: 2

Views: 1103

Answers: 0

Read More
vladon
vladon

Reputation: 8401

Memory sanitizer error: clang5 + msan + fwrite of structs with padding bytes

Score: 2

Views: 296

Answers: 1

Read More
soandos
soandos

Reputation: 5146

Using memory sanitizer with libstdc++

Score: 29

Views: 5975

Answers: 3

Read More
Abhinav Gauniyal
Abhinav Gauniyal

Reputation: 7574

Memory Sanitizer use-of-uninitialized-value with ifstream

Score: 2

Views: 179

Answers: 0

Read More
robert
robert

Reputation: 3726

Using Memory Sanitizer instrumented libc++

Score: 0

Views: 1448

Answers: 1

Read More
robert
robert

Reputation: 3726

How to make MemorySanitizer not stop after one error

Score: 4

Views: 3375

Answers: 1

Read More
PreviousPage 1Next