-
```
$ 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…
-
Thanks for releasing this baremetal address sanitizer. I was wondering, is there an inherent dependency on clang/llvm? Or would it be possible to port this to gcc?
-
Hello,
I am looking at ways to build an HTML5 sanitizer capable of running in both Browser, NodeJS and Java environments, Java being the lowest priority at the moment. The most important requiremen…
-
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
(() => {…
-
#### System Information
- Ogre Version: :grey_question: OgreNext 4.0 latest
- Operating System / Platform: :grey_question: Windows11
- RenderSystem: :grey_question: DX11
- GPU: :grey_question: …
-
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 …
-
When I use the address sanitizer from GCC 10.2.0 with glibc 2.33 on MIPS32 BE on the example application from the sem_wait man page, it does not work correctly.
https://man7.org/linux/man-pages/man3/…
-
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…