-
mongo gem has dropped Ruby 2.4 support since v2.17.0.
https://www.mongodb.com/docs/ruby-driver/current/reference/driver-compatibility/
bson gem has also dropped it since v4.13.0.
https://github.c…
-
I've found several race conditions with the clang thread sanitizer in the library. I will point some of them out but you should probably run the thread sanitizer yourself to maybe detect even more iss…
-
```
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 …
-
| | |
| --- | --- |
| Bugzilla Link | [31074](https://llvm.org/bz31074) |
| Version | unspecified |
| OS | Linux |
| CC | @zatrazz,@asl,@rovka,@kcc,@smithp35,@vitalybuka |
## Extended Description
…
-
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.
-
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…
-
```
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…
-
- [ 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
when using `allowedIframeHosts` for something like [embedding a structurizr diagram](https://docs.structurizr.com/cloud/embed) the backstage sanitizer seems to be removing the `apiK…
-
### Describe the issue
reserve to smaller than size capacity makes unsigned overflow in reset_reserved_growth
```cpp
void reset_reserved_growth(size_t reservation, size_t size) {
reserved_…