-
https://github.com/cc-hpc-itwm/GPI-2/blob/914648919d95ae5599f9636bb69dbca23b1b6d50/src/devices/tcp/tcp_device.c#L1673
-
Similar to ASAN, we should also enable the memory sanitizer in our CI test builds.
-
```
I had to add this interface function today when hacking on NSS crypto code,
which uses function pointers heavily. I needed to know which function was being
called by pointer and this was the bes…
-
We were using emsdk `3.1.35` when we encountered a weird memory access out of bound error on latest Safari (Safari 18). The same error wasn't reproducible on chrome. Initially we thought there could b…
-
I usually open a bunch of pages at once. Sometimes this slows Firefox down to the point that NoScipt’s XSS protection kicks in after 20 seconds, and displays a warning instead of letting the page load…
-
We spotted some issues thanks to ASAN recently, it would be helpful to have that in the CI.
- [ ] Address Sanitizer (available on all compilers)
- [ ] STL runtime checks enabled (available on all co…
Klaim updated
5 months ago
-
**Describe the bug**
A race condition occurs in the ofi_get_core_info function in the libfabric library (v1.22.0). Specifically, the global variable log_prefix is modified at [line 317](https://githu…
-
## Description
When compliing doctest with memory sanitizer,
```
CXX=clang++ CXXFLAGS="-fsanitize=memory -fsanitize-recover=memory -fsanitize-memory-track-origins -Og" LDFLAGS="-fsanitize=memory" …
-
```
I had to add this interface function today when hacking on NSS crypto code,
which uses function pointers heavily. I needed to know which function was being
called by pointer and this was the bes…
-
```
I had to add this interface function today when hacking on NSS crypto code,
which uses function pointers heavily. I needed to know which function was being
called by pointer and this was the bes…