-
| | |
|------------------|-----------------|
|Previous ID | SR-6622 |
|Radar | None |
|Original Reporter | @bob-wilson …
-
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…
-
> [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-…
-
Hi, Please help me to find the reason for below callstack.
```
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x5bae8b70 (LWP 43245)]
0x5563fef3 in __asan_region_is_po…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50225](https://bugs.llvm.org/show_bug.cgi?id=50225) |
| Status | NEW |
| Importance | P normal |
|…
-
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:…
-
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…
-
```
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 …
-
**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…
-
```
In sanitizer_allocator_internal.h, the computed kSize1 template parameter used
in the typedef of ByteMap can be zero if SANITIZER_MMAP_RANGE_SIZE is not at
least 64 GB. This causes the map1_ arr…