-
### Bug Description
VisualPlayPosition::set vs VisualPlayPosition::getPlaySlipAtNextVSync
Details
```cpp
==================
WARNING: ThreadSanitizer: data race (pid=48840)
Read of…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50225](https://bugs.llvm.org/show_bug.cgi?id=50225) |
| Status | NEW |
| Importance | P normal |
|…
-
```
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 …
-
### 🐛 Describe the bug
A test of `torch.nn.Replication2D` reports "invalid configuration argument" error when it's run under compute sanitizer. Without sanitizers it terminates normally on GPU.
Test…
-
Hi,
when fuzzing cJSON, there is a timeout reported by ASAN. There might is an infinite loop bug in cJSON_DeleteItemFromObjectCaseSensitive.
```
==617073== ERROR: libFuzzer: timeout after 241…
-
```
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 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…
-
This is a follow-on from #1682. I'm building S3D on a variety of machines, and the behavior I currently see is:
* Sapling:
* CUDA hijack on: works
* CUDA hijack off: data/memory corruption…
-
```
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.
…