-
### Description
Dear developers,
We discovered a Segmentation-violation bug in src/include/OpenImageIO/string_view.h:262 while fuzzing iconvert.
The latest version also has this vulnerabilit…
-
**Describe the bug**
The following test `Basic.entity_iteration_w_match_empty_tables` does not pass with sanitizer on since commit `4591db1ddda42014307e6fe8dcb43ee0e391cddc`
However, it seems quer…
-
I tried this code:
```rust
// (empty lib.rs)
```
Cargo.toml:
```toml
[package]
name = "nightly-cant-find-crate-test"
version = "0.1.0"
edition = "2021"
[dependencies]
thiserror = "1.0.65"
```
Com…
-
Hello,
I have Undefined Behaviour Sanitizer switched on for debug builds in my project which uses FFTW3. I am compiling with Apple Clang. Since the latest upgrade to version 12.0.5, I now get the f…
-
| | |
| --- | --- |
| Bugzilla Link | [27790](https://llvm.org/bz27790) |
| Version | 3.8 |
| OS | Linux |
| CC | @compnerd,@eugenis,@fjricci,@kcc,@pawelsopensource,@vitalybuka |
## Extended…
-
Currently we have:
- A rustc flag, `-Z sanitizer`, to sanitize rlibs (it adds an extra LLVM pass/attribute) and executables (it links to the sanitizer runtime). Added in #38699.
- An attribute `…
-
I got this error when I was running on a remote Fedora Linux machine via ssh:
```
$ cat test.cpp
int main(){
int* arr=new int[10];
return 0;
}
$ ./a.out
==16497==Sanitizer CHECK failed: …
-
please consider add llvm ASan fiber switches
```sh
__sanitizer_start_switch_fiber
__sanitizer_finish_switch_fiber
```
-
```bash
$ git rev-parse HEAD
e37d3781862573b79a76fec9dc374417e50a33c4
```
Add address Sanitizer `CMakeLists.txt`,`tar/CMakeLists.txt`
```txt
# relaxed somewhat in final shipping versions.
IF (…
-
I'm confused as to which combination of `MapObserver`s and `Feedback`s I should use. Is there a good overview of what the different options do/how to combine them? I have found some ways to accomplish…