-
The Clang project sanitizers may produce false positives, but in general are quite good.
The GitHub CI job now builds and runs with sanitizers on Ubuntu and MacOS, the differences are striking:
# …
-
To avoid problems like this one https://github.com/chainloop-dev/chainloop/issues/1189 we should add some basic CI checks for the Helm Chart rendering.
What I'd do
- On PR, if the helm chart dir…
-
The `leap-15.4.config` has not been detected: https://github.com/rpm-software-management/mock/pull/1464
## Upvote & Fund
- We're using [Polar.sh](https://polar.sh/sanitizers) so you can upvote and …
-
Hey.
I'm using Vue 3 and I can neither use `this.sanitize()` in the script tags, nor `$sanitize()` in the template.
-
When runnning with the gcc address sanitizer enabled using gcc 13 on Cosma the code crashes in various ways. To reproduce:
```
git clone git@github.com:SWIFTSIM/HBTplus.git
cd HBTplus/testing
git …
-
Originally reported on Google Code with ID 192
```
Sanitizer tools need to handle assembly (inline and not). For ASan and TSan that will
improve tool coverage, for MSan - help avoid false positives.
…
-
Hi,
I recently met a linking error. I tried to compile the program with clang and memory sanitizer(I installed compiler-rt that has memory sanitizer support in run time). Thus, I did some research. I…
-
-
The secondary allocator for large memory blocks (sanitizer_allocator_secondary.h) maintains a linked list of large memory blocks which is iterated with a lock held in `GetBlockBegin`. The cost of this…
-
```
What steps will reproduce the problem?
1. Create PolicyFactory with all added sanitizers
(Formatting/Images/Links/Styles/Blocks)
2. Pass "text" to the PolicyFactory.sanitize(String html)
3. Resu…