StackOverflow Questions for Tag: leak-sanitizer

NeverStopLearning
NeverStopLearning

Reputation: 665

Clang LeakSanitizer memory leak detection with optimized code

Score: 0

Views: 187

Answers: 1

Read More
wytsai7660
wytsai7660

Reputation: 66

What is the current status of support for Asan (AddressSanitizer) and Lsan (LeakSanitizer) on Apple silicon (Arm64) MacOS?

Score: 4

Views: 774

Answers: 0

Read More
kush_1244
kush_1244

Reputation: 33

What causes the leak sanitizer to behave differently for T* and T*& in my struct implementation?

Score: 2

Views: 111

Answers: 0

Read More
Alexis Wilke
Alexis Wilke

Reputation: 20798

How to suppress LeakSanitizer report when running under -fsanitize=address?

Score: 24

Views: 15650

Answers: 1

Read More
user7610
user7610

Reputation: 28879

What is the difference between a direct and indirect leak?

Score: 31

Views: 18071

Answers: 2

Read More
ventsyv
ventsyv

Reputation: 3532

How to suppress alloc-dealloc-mismatch in LeakSanatizer

Score: 0

Views: 1050

Answers: 0

Read More
ruisen
ruisen

Reputation: 325

LeakSanitizer doesn't produce report after program exit

Score: 1

Views: 1349

Answers: 1

Read More
Rudolf Lovrenčić
Rudolf Lovrenčić

Reputation: 173

GStreamer minimal program leaks memory

Score: 1

Views: 1047

Answers: 1

Read More
Stefan
Stefan

Reputation: 101

How can I see memory leaks on MacOS Big Sur using CLion?

Score: 10

Views: 5357

Answers: 3

Read More
Lekensteyn
Lekensteyn

Reputation: 66465

How can I know if Leak Sanitizer is enabled at compile time?

Score: 5

Views: 2837

Answers: 2

Read More
fatfatson
fatfatson

Reputation: 885

LeakSanitizer in macos: <unknown module> for objective-c function in stacktrace

Score: 1

Views: 125

Answers: 0

Read More
MrZ
MrZ

Reputation: 334

why my program won't stop while using -fsanitize=leak?

Score: 0

Views: 140

Answers: 0

Read More
anta40
anta40

Reputation: 6743

How to use clang's LeakSanitizer on MacOS?

Score: 2

Views: 3387

Answers: 1

Read More
jerryc05
jerryc05

Reputation: 472

Clang++ LSAN and UBSAN causes undefined reference to `__ubsan_handle_add_overflow'

Score: 4

Views: 1281

Answers: 0

Read More
Leherenn
Leherenn

Reputation: 540

Understanding LeakSanitizer outputs

Score: 3

Views: 4123

Answers: 1

Read More
xx22111
xx22111

Reputation: 1

How can I create information leaks in form of memory disclosures? (source code)

Score: 0

Views: 49

Answers: 0

Read More
GranBurguesa
GranBurguesa

Reputation: 511

what are the valid sanitizer suppression strings for gcc?

Score: 10

Views: 2765

Answers: 1

Read More
hyuk myeong
hyuk myeong

Reputation: 325

Why LSan (with gcc) doesn't find memory leaks which are allocated by mmap?

Score: 0

Views: 1154

Answers: 1

Read More
hyuk myeong
hyuk myeong

Reputation: 325

What scratch buffer means in glibc?

Score: 2

Views: 3435

Answers: 2

Read More
subbu147
subbu147

Reputation: 366

How to enable LSAN detect memory leaks at runtime, and not wait until the end of the process

Score: 3

Views: 1293

Answers: 1

Read More
PreviousPage 1Next