-
```
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…
-
**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…
-
### 🐛 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…
-
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…
-
I'm working on an app that is served with header
```
content-security-policy: object-src 'none'; script-src-elem 'self'; base-uri 'self'; require-trusted-types-for 'script'
```
This should _not_ b…
-
Turbo appears to leave template tags in place on navigation breaking components that use Declarative Shadow DOM.
https://github.com/user-attachments/assets/78081b36-4379-4993-87c4-903c7a544a1c
…
-
| | |
| --- | --- |
| Bugzilla Link | [31074](https://llvm.org/bz31074) |
| Version | unspecified |
| OS | Linux |
| CC | @zatrazz,@asl,@rovka,@kcc,@smithp35,@vitalybuka |
## Extended Description
…
-
```
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 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…