-
# heap-buffer-overflow in setCtbAddrFromTS when decoding file
I found some problems during fuzzing
## Test Version
dev version, git clone https://github.com/strukturag/libde265
## Test Environme…
-
For the second time, training got interrupted after several hours and just after completing epoch 31.
(Here is the stack).
```
2018-07-22 21:03:20.250391: I tensorflow/core/common_runtime/gpu/gpu_d…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/oc6zG4Yo5](https://godbolt.org/z/oc6zG4Yo5)
This valid code will crash on both Clang Trunk and Clang Asserti…
-
this is what i am getting near the end of building:
[ 97%] Linking CXX executable zrtptest
CMakeFiles/zrtptest.dir/zrtptest.cpp.o: In function `ost::TRTPSessionBase::dispatchBYE(std::__cxx11::basic_s…
-
To run the example roslaunch exploration_manager exploration.launch and rviz.launch, when click 2D Nav, the following appears:
open set empty, no path!
use node num: 1
iter num: 1
[ERROR] [1689855…
xxyLA updated
7 months ago
-
**Describe the bug**
A succession of key set, key delete will induce a memory leak in corresponding slave - redis cluster
**To reproduce**
We created a simple redis cluster (3 masters, 3 slav…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR15734](https://bugs.llvm.org/show_bug.cgi?id=15734) |
| Status | NEW |
| Importance | P normal |
|…
-
### Description
WinUI3 application with .net6 core, we are observing a crash while running the application with below call stack. There is no indication on why it has failed but it does fail when C…
-
I don't see a reason why some functions expect a struct and others a pointer:
Pointer:
https://github.com/ros2/rcl/blob/d13a902d9ad7d5cc9f2b5bce084f823a2e66589d/rcl/include/rcl/graph.h#L86
https:…
-
I run KLEE on the following C example (ex.c)
```
#include
#include "klee/klee.h"
int main (int argc, char** argv) {
if (argc < 2) {
printf("case1");
}
if (argv[1][2] == 'c') {…