-
This was found using this fuzz target:
```c++
#include
#include
#include
extern "C" {
#include
}
extern "C" int LLVMFuzzerTestOneInput(const char *data, size_t size) {
if (size < …
-
We already have default `std::allocator` interface that uses `Allocate/Deallocate` functions directly. But we are going to get rid of these functions in the future (due to some problems described in #…
-
Hi folks,
So I've created a repo on S3 with a custom image (replacing osv-loader) with the following features:
1) OpenJDK
2) CloudInit
3) Image size = 1Gb
I've done `capstan pull mike/osv-loa…
-
### Describe the bug
Got a stackoverflow and/or segfault on running `extern run-external ["ls"]` at the shell prompt.
### How to reproduce
```
$ nu --version
0.88.1
$ nu
> extern run-exte…
-
Hi there,
Most likely, there is something wrong on my side, but I am getting a segmentation fault through the Hydra render delegate path while trying to render the [Moana Island](https://disneyanim…
-
### Describe the usage question you have. Please include as many useful details as possible.
Given two `IntVector`s `one: {1, 2, 3}` and `another: {null, 5, 6}`,
how can I concat them into avecto…
-
when I try to obtain some traning data by
(1) running "python3 sample_on_single_map.py", one bug occurs "[Open3D WARNING] Read PCD failed: unable to open file: datasets/single_map_dataset/map.pcd"
…
-
**Describe the bug**
We are getting a `_CrtIsValidHeapPointer(block)` assertion when using the SDK with curl on windows.
The issue only occurs when the `CleanupThread` function is executed.
At firs…
-
It's more and more frequent to deal with variable-sized inputs (with max size being determined at collation time). Currently one deals with those by writing a custom `collate_fn`, but it adds some boi…
-
I've finally updated my code to the current master. I've removed all `ref_ptr` in my code, and instead used `std::unique_ptr` and some custom `ScopedPointer` elsewhere or plain instance.
However, wh…