-
```
$ bin/clang++ ../projects/compiler-rt/test/asan/TestCases/time_interceptor.cc
-fsanitize=address
./a.out
=================================================================
==27297==ERROR: Addres…
-
```
$ bin/clang++ ../projects/compiler-rt/test/asan/TestCases/time_interceptor.cc
-fsanitize=address
./a.out
=================================================================
==27297==ERROR: Addres…
-
```
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…
-
```
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…
-
| | |
| --- | --- |
| Bugzilla Link | [28789](https://llvm.org/bz28789) |
| Version | 3.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @kcc,@zygoloid,@vitalybuka |
## Extended D…
-
The following example from https://github.com/google/sanitizers/wiki/AddressSanitizerExampleGlobalOutOfBounds will detect a buffer overflow.
```c
// RUN: clang -O -g -fsanitize=address %t && ./a.o…
yamam updated
2 years ago
-
There are a lot runtime options available. Investigate if any of them might be used to better control what might be an error and what a warning in context of vt code correctness ensuring.
https://g…
-
### 🐛 Describe the bug
A test case for `torch.nn.functional.max_unpool3d()` terminates normally without compute sanitizer but trigger an assertion error when it's executed under compute sanitizer.
…
-
I've a simple struct similar to the following that I want to send/recv using cppzmq.
```cpp
struct SimpleSt{
explicit SimpleSt(int num): var(num){}
explicit SimpleSt(std::string str) : v…
-
GAPID Version: 1.6.1:338bb67b0fe291f56f31d69f11ea1a45ed7cfeb6
OS: windows 10 amd64
Please provide detailed steps that led to the error and copy-paste the stack trace.
Extra details from the logs …