-
```
The following crash due to a use-after-free condition can be observed in an
ASAN build of Wireshark (current git master), by feeding a malformed file to
tshark ("$ ./tshark -nVxr /path/to/file")…
-
```
The following crash due to a use-after-free condition can be observed in an
ASAN build of Wireshark (current git master), by feeding a malformed file to
tshark ("$ ./tshark -nVxr /path/to/file")…
-
Hello,
I have a device that is my target which operates via SCPI commands. I want to obtain consistent telemetry readings from this target. From my current plugin, cmd, and tlm.txt files, I am onl…
-
## Current Behavior
SPI RX on whoop board drops connection every few seconds. No model mismatch notification, I use model match but that doesn't seem to matter if it is on or off.
## Steps to Re…
Gozzz updated
2 weeks ago
-
The check_ping plugin will not pass the "-4" flag to /usr/sbin/ping when requesting ipv4 only. This will generate a text at stderr on a machine with no ipv6 support and that will be considered a warni…
-
Mockito does a great job at the HTTP level, but at times I would like to test lower level clients that send UDP or TCP packets. While this is clearly different from the `server.mock(...) -> Mock` obj…
-
Hello, I noticed a bug on the lidar sensor : if simulation frequency is higher than lidar frequency, the published lidar point cloud will only contains data produced on the last simulation tick, and …
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Using SSH to linux servers works fine.
Connections from windterm to any Cisco device fail with "Received SSH_MSG_DISCONNECT: 2:Received EOF for non-existent channel 0."
Connections to Linux ser…
-
Hey there. I am using an Ode Mk 2 and I am trying to communicate to it with art-net (and this crate) but when I run my code it flashes what I want however it should stay. Is it because I'm not respond…