-
Hi,
when fuzzing cJSON, there is a timeout reported by ASAN. There might is an infinite loop bug in cJSON_DeleteItemFromObjectCaseSensitive.
```
==617073== ERROR: libFuzzer: timeout after 241…
-
LDC linux binary (from releases):
```
/usr/bin/ld: /home/rikki/.local/bin/ldc2-1.37.0-linux-x86_64/bin/../lib/libldc_rt.msan.a(msan.cpp.o): relocation R_X86_64_TPOFF32 against `_ZN6__msanL28is_in_…
-
```
Current failures are reported with a stack trace to the failure point, with a
process id.
These reports make it difficult to determine exactly which threads are
poisoning and accessing memory.
…
-
What We Have
Wipes
Gloves
Safety binder
Team 5282 information folder
Ear plug
Pocket Tissues
Survival Wrap
Unidentified Object with the properties of a napkin but with a safety pin
Popsicle Sticks
S…
-
I've found several race conditions with the clang thread sanitizer in the library. I will point some of them out but you should probably run the thread sanitizer yourself to maybe detect even more iss…
-
> [SanitizerCoverage](https://clang.llvm.org/docs/SanitizerCoverage.html) is a middle-end LLVM instrumentation pass
that "inserts calls to user-defined functions on function-, basic-block-, and edge-…
-
Sharing some early results from trying out vulnerability analysis and remediation for OSS-Fuzz bugs (see script [here](https://github.com/google/oss-fuzz-gen/blob/main/experimental/manual/oss_fuzz_vul…
-
We already have some excellent tooling for generating test cases for programs to make them blow up:
- Parametric testing: [QuickCheck](https://github.com/BurntSushi/quickcheck) and [Proptest](https:…
-
**Describe your environment**
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
opentelemetry-cpp 1.8.3#6
Same behaviour on latest too.
**Steps to reproduce**
```cpp
// Exporter
auto export…
-
```
Hi ,
I am not sure if this issue is with the address-sanitizer or with the SDL lib
itself. But I would appreciate any help.
I have compiled latest llvm and clang from the svn repository under …