-
We need to modify the Bazel config to allow running the unit tests with thread and undefined behavior sanitizers, address sanitizer & static analyzer.
To pick up after #1291 is merged.
cc @mwils…
-
#### System Information
- Ogre Version: :grey_question: OgreNext 4.0 latest
- Operating System / Platform: :grey_question: Windows11
- RenderSystem: :grey_question: DX11
- GPU: :grey_question: …
-
Describe the bug or issue here…
##### Steps to Reproduce
1. Go to https://trix-editor.org/
2. Delete all of the content
3. Paste the following code into the console and run it
```js
(() => {…
-
> [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-…
-
```
From Dominique Pellé:
====================================================================
First of all, thank you for the address sanitizer.
This one exciting new tool for c++ developers.
A long…
-
```
From Dominique Pellé:
====================================================================
First of all, thank you for the address sanitizer.
This one exciting new tool for c++ developers.
A long…
-
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_…
-
### Describe the bug
The Inter font included in the Prime themes seems to be corrupted. Chrome gives the error:
```
Failed to decode downloaded font: http://localhost:4200/media/Inter-roman.var.wo…
-
My junior classmate is trying to learn C++ with my vscode tutorial that uses clang installed by msys2 on windows, but I noticed project_options won't enable sanitizers for him because,
https://gith…
-
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