-
When enabling UBSan, you get errors that look like:
```
...: runtime error: reference binding to address ... with insufficient space for an object of type '...'
```
But this doesn't say which saniti…
-
Hi,
First, thank you for this great app, which I find very useful!
I know that the addition of new sanitizer is currently blocked but I add this for later.
Regarding the links from IKEA, some t…
-
Hello, I'm trying to use this library to process some shapefiles. I've compiled my app using address sanitizer and this is stopping my program execution (see details below). Now I've been roaming arou…
-
Large parts of the test suite fail when executing on macos due to ASAN diagnostics about e.g., container overflows. This comes out of a pretty standard build configured with `./configure --build-type=…
-
Hi there,
I can reproduce a crash with the attached bash script and upca.png file.
For attachment purposes the two files were put into a .tar.gz archive.
The crash happens on a recently updated…
-
Hello, the following C++ snippet triggers the undefined sanitizer:
```cpp
#include
int main(int argc, char **argv) {
std::shared_ptr const gko_executor = gko::ReferenceExecutor::create();
…
-
When enabling Ruby warnings with `RUBYOPT="-W2 -W:deprecated -W:experimental -W:performance"` there comes a warning like this:
```
/baseimage/cache/bundler/ruby/3.3.0/gems/rack-utf8_sanitizer-1.9.…
-
In [man select](https://man7.org/linux/man-pages/man2/select.2.html) we find:
`If timeout is specified as NULL, select() blocks indefinitely waiting for a file descriptor to become ready.`
However, i…
-
## Updated description
SomeoneSerge:
- `${cuda_sanitizer_api.bin}/bin/compute-sanitizer` is a broken shell script trying to call `../compute-sanitizer/compute-sanitizer` which was kept in `${cud…
-
Hello, is there a way to make a shared library built with Memory sanitizer that is importable from Python ? I tried with Pybind11 and I am getting either undefined symbols on the import or if I link l…
VA-GS updated
1 month ago