-
```
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.
…
-
I've found several race conditions with the clang thread sanitizer in the library. I will point some of them out but you should probably run the thread sanitizer yourself to maybe detect even more iss…
-
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:…
-
```
Hi ,
I am not sure if this issue is with the address-sanitizer or with the SDL lib
itself. But I would appreciate any help.
I have compiled latest llvm and clang from the svn repository under …
-
# Bug report
### Bug description:
```text
0:00:00 load avg: 1.17 Run 22 tests in parallel using 4 worker processes
0:00:04 load avg: 1.40 [ 1/22] test_capi.test_pyatomic passed
0:00:10 load avg: 1.6…
-
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…
-
build fails with following error
`.../valkyrie/llvm_mode/dfsan_rt/sanitizer_common/sanitizer_platform_limits_posix.cc:1146:1: error: 'assertion_failed__1146' declared as an array with a negative size…
-
```
In sanitizer_allocator_internal.h, the computed kSize1 template parameter used
in the typedef of ByteMap can be zero if SANITIZER_MMAP_RANGE_SIZE is not at
least 64 GB. This causes the map1_ arr…
-
`I` have a HTML which is surrounded by a big list of empty `` tags, sanitizer is removing a portion of a HTML. When removed the empty list of `` tags from the HTML the sanitizer did not strip off the …