-
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…
-
```
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.
…
-
> [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-…
-
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…
-
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…
-
**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…
-
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:…
-
| | |
|------------------|-----------------|
|Previous ID | SR-6622 |
|Radar | None |
|Original Reporter | @bob-wilson …
-
```
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 …
-
build fails with following error
`.../valkyrie/llvm_mode/dfsan_rt/sanitizer_common/sanitizer_platform_limits_posix.cc:1146:1: error: 'assertion_failed__1146' declared as an array with a negative size…