-
```
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…
-
```
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 …
-
```
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 …
-
**Concern 01**
Is there any possibility to allow case sensitive attributes with this package along with a config setting.
I have HTML like below and it removes case sensitive attributes even I a…
-
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…
-
| | |
| --- | --- |
| Bugzilla Link | [31074](https://llvm.org/bz31074) |
| Version | unspecified |
| OS | Linux |
| CC | @zatrazz,@asl,@rovka,@kcc,@smithp35,@vitalybuka |
## Extended Description
…
-
Sharing some early results from trying out vulnerability analysis and remediation for OSS-Fuzz bugs (see script [here](https://github.com/google/oss-fuzz-gen/blob/main/experimental/manual/oss_fuzz_vul…
-
### 🐛 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…
-
## What happened?
I try to ssh connect to my RISC-V device by python asyncssh, but some how failed.
Python3 asyncssh code:
```python3
import asyncio
import asyncssh
if __name__ == "__main__"…
chLFF updated
3 months ago
-
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…