-
It is a very narow corner case but stil it breaks the client and renders it unusable.
1. coreMQTT client is running on an embedded device, it subscribed to a topic with QoS2.
2. The issue happens …
-
# Lines of code
https://github.com/code-423n4/2024-05-bakerfi/blob/main/contracts/core/Vault.sol#L190-L227
# Vulnerability details
## Impact
First depositor can manipulate the price of the shares …
-
[Rust API Guidelines](https://rust-lang.github.io/api-guidelines/about.html) to follow for the 1.0.0 release:
- **Naming** *(crate aligns with Rust naming conventions)*
- [ ] Casing conforms to …
-
It's not possible to nest cascades, because the `..` always continues the outer cascade, and there is no delimiter. That is, you cannot do:
```dart
new Cons()
..car = 42
..cdr = Cons()
…
-
sq's multi-row struct mapping works by repeatedly binding data to a single variable, then appending that variable to a slice. This works if the variable is a value type, since it will be copied by val…
-
Can you tell me where the content in the mix.tr file comes from?What is the meaning of qFb in the figure below?Thank you.
![image](https://user-images.githubusercontent.com/37073118/49873071-e6a44280…
-
Hello PiHPSDR fans,
just playing with raspberry 4 and Hermes-Lite 2.
Works nicely...many thanks for that great work John and Christoph.
I have seen in the Amsat forum, that John has build a new MKI…
-
# Lines of code
https://github.com/Tapioca-DAO/tapioca-periph-audit/blob/023751a4e987cf7c203ab25d3abba58f7344f213/contracts/Magnetar/MagnetarV2.sol#L1-L1088
# Vulnerability details
## Impact
The …
-
Hi @photino
How can we add background jobs for the queries made. In order not to keep any request waiting. For example, we have sent an e-mail and to complete the process by adding it to the backg…
-
Tests often build on top of each other, and if a test fails that others rely upon to succeed we're looking at possibly thousands of failed tests. It should be obvious that it can be hard to find the r…