-
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/…
-
Thread sanitizer is throwing an error on test_cp::test_cp_preserve_timestamps and test_cp::test_cp_dont_preserve_timestamps. Seems to be in the test itself with calls to the system clock in a race con…
-
| | |
| --- | --- |
| Bugzilla Link | [45352](https://llvm.org/bz45352) |
| Version | 8.0 |
| OS | Linux |
| CC | @bhaible,@dwblaikie,@devincoughlin,@noloader,@haoNoQ |
## Extended Description
The…
-
| | |
| --- | --- |
| Bugzilla Link | [41769](https://llvm.org/bz41769) |
| Version | unspecified |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143759…
-
| | |
| --- | --- |
| Bugzilla Link | [43068](https://llvm.org/bz43068) |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If you do `…
-
| | |
| --- | --- |
| Bugzilla Link | [37349](https://llvm.org/bz37349) |
| Version | 6.0 |
| OS | Windows NT |
| Attachments | [error in compiled executable](https://user-images.githubusercontent.c…
-
The documentation on how to [build fuzz targets for coverage](https://google.github.io/oss-fuzz/advanced-topics/code-coverage/#build-fuzz-targets) seems to imply that running `python infra/helper.py b…
-
Hello, is it possible to allow the tags attributes (like class, style, etc) for specifics (or all ) tags in one time in yaml ?
Currently, I've to do this in my config file :
```yaml
html_sanit…
-
| | |
|------------------|-----------------|
|Previous ID | SR-6622 |
|Radar | None |
|Original Reporter | @bob-wilson …
-
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…