-
It appears that TSan gets tripped up by reading/writing the owner of the mutex in the function below:
```
int __PHYSFS_platformGrabMutex(void *mutex)
{
PthreadMutex *m = (PthreadMutex *) mut…
-
Hey.
I'm using Vue 3 and I can neither use `this.sanitize()` in the script tags, nor `$sanitize()` in the template.
-
I'm glad that most of the privacy and security considerations text is normative, particularly since mitigations are mentioned in these sections. Why is https://www.w3.org/TR/clipboard-apis/#pasting-h…
-
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…
-
```
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…
-
Hello,
Shinken variable **$SERVICEOUTPUT$** which is used as parameter for command **notify-service-by-email** is not sanitized, and signs like " (inverted comma) are passed without escaping.
Becaus…