-
> [SanitizerCoverage](https://clang.llvm.org/docs/SanitizerCoverage.html) is a middle-end LLVM instrumentation pass
that "inserts calls to user-defined functions on function-, basic-block-, and edge-…
-
```
From Dominique Pellé:
====================================================================
First of all, thank you for the address sanitizer.
This one exciting new tool for c++ developers.
A long…
-
```
From Dominique Pellé:
====================================================================
First of all, thank you for the address sanitizer.
This one exciting new tool for c++ developers.
A long…
-
```
Current failures are reported with a stack trace to the failure point, with a
process id.
These reports make it difficult to determine exactly which threads are
poisoning and accessing memory.
…
-
Describe the bug or issue here…
##### Steps to Reproduce
1. Go to https://trix-editor.org/
2. Delete all of the content
3. Paste the following code into the console and run it
```js
(() => {…
-
LDC linux binary (from releases):
```
/usr/bin/ld: /home/rikki/.local/bin/ldc2-1.37.0-linux-x86_64/bin/../lib/libldc_rt.msan.a(msan.cpp.o): relocation R_X86_64_TPOFF32 against `_ZN6__msanL28is_in_…
-
#### System Information
- Ogre Version: :grey_question: OgreNext 4.0 latest
- Operating System / Platform: :grey_question: Windows11
- RenderSystem: :grey_question: DX11
- GPU: :grey_question: …
-
We already have some excellent tooling for generating test cases for programs to make them blow up:
- Parametric testing: [QuickCheck](https://github.com/BurntSushi/quickcheck) and [Proptest](https:…
-
I wonder if we could also handle `st.Length = 0` (just the hardcoded 0 case).
_Originally posted by @dotpaul in https://github.com/dotnet/roslyn-analyzers/pull/4024_
---
Should be possible, i…
-
If sanitizing an email address like `admin@mailserver` with `$sanitizer->email`, a blank string is returned (=invalid email). However, it is actually a valid format [according to this list](https://en…