-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: openthread: rpc: fix handle leak in CoAP RPC server #21116
Conversation
Damian-Nordic
commented
Mar 24, 2025
- Fix message handle leak after sending a CoAP response.
- Add unit tests to verify that handle is allocated/freed.
- Improve CoAP RPC server thread safety.
- Other minor fixes and improvements.
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 8631afa312f149e61118884745d4389da8696bd9 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
7428c2a
to
90eec0e
Compare
90eec0e
to
6578895
Compare
1. Fix message handle leak after sending a CoAP response. 2. Add unit tests to verify that handle is allocated/freed. 3. Improve CoAP RPC server thread safety. 4. Other minor fixes and improvements. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
6578895
to
8631afa
Compare