Conversation
There was a problem hiding this comment.
Pull request overview
This PR aims to prevent crashes in the non-RDKV_NM WiFi EndPoint cache refresh path by adding defensive cJSON type/null checks when parsing NetworkManager JSON-RPC responses.
Changes:
- Added validation around the
interfacesarray and WIFI interface selection before readingenabled. - Added validation that
stateis numeric, plus adefaultcase for unknown states. - Added validation for
ssidandsignalStrengthtypes before dereferencing.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@Vismalskumar0 I've opened a new pull request, #394, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@Vismalskumar0 I've opened a new pull request, #395, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@Vismalskumar0 I've opened a new pull request, #396, to work on those changes. Once the pull request is ready, I'll request review from you. |
[WIP] Address feedback on crash issue checks in original PR
…getJsonRPCData() failure Co-authored-by: Vismalskumar0 <188226757+Vismalskumar0@users.noreply.github.com>
Fix misleading log messages in WiFi endpoint RPC response handling
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
RDKEMW-14755-[develop] Observed "tr69hostif" crash with "hostIf_WiFi_EndPoint::refreshCache" function and different fingerprint