-
Hi all,
this bug was verified with clang 14 stable release and perhaps someone can point me to my failure.
I was lazy and took this code from https://medium.com/vswe/posix-timer-1502348c2f9f bec…
-
It'd be awesome to be able to globally define a scope, rather than having to enter it in every model or have it inherited from nested attributes.
-
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:…
-
### Is this a duplicate?
- [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this bug and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md)…
-
```
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 …
-
I'm working on an app that is served with header
```
content-security-policy: object-src 'none'; script-src-elem 'self'; base-uri 'self'; require-trusted-types-for 'script'
```
This should _not_ b…
-
- [ X ] Review the documentation: https://github.com/oblador/react-native-vector-icons
- [ X ] Search for existing issues (including closed ones): https://github.com/oblador/react-native-vector…
-
**Description**
clang-tidy checks fails with
`error: 'sanitizer_common/sanitizer_internal_defs.h' file not found [clang-diagnostic-error]`
but compilation works.
Relevant links:
https://results…
-
```
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…
-
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