Skip to content

RDKB-65853#1264

Open
navyasher wants to merge 1 commit into
rdkcentral:developfrom
navyasher:Manish_cov3
Open

RDKB-65853#1264
navyasher wants to merge 1 commit into
rdkcentral:developfrom
navyasher:Manish_cov3

Conversation

@navyasher

Copy link
Copy Markdown
Contributor

No description provided.

@navyasher
navyasher requested a review from a team as a code owner July 14, 2026 10:39
Copilot AI review requested due to automatic review settings July 14, 2026 10:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the MAC filter webconfig apply path to avoid prematurely exiting when a decoded acl_map is pointer-aliased to the live manager cache, and to better manage decoded ACL map lifetime at the end of apply.

Changes:

  • Added destroy_non_aliased_acl_maps() to free decoded ACL maps that are not pointer-aliased to the manager’s live acl_map.
  • Changed “same data” handling from return to continue so one aliased VAP does not prevent other VAPs from being processed.
  • Replaced the prior end-of-function cleanup (which only handled the last new_config) with a full sweep cleanup call.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread source/core/wifi_ctrl_webconfig.c Outdated
Comment thread source/core/wifi_ctrl_webconfig.c
Reason for change: Fixing coverity issues.
Test Procedure: Build should be successful and the regression test should also succeed
Risks: Low
Priority: P1
Signed-off-by: Navya_Sheregar@comcast.com
Copilot AI review requested due to automatic review settings July 15, 2026 06:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment on lines +1871 to +1874
for (radio_index = 0; radio_index < getNumberRadios(); radio_index++) {
for (vap_index = 0; vap_index < getNumberVAPsPerRadio(radio_index); vap_index++) {
decoded_vap = &data->radios[radio_index].vaps.rdk_vap_array[vap_index];
mgr_vap = &mgr->radio_config[radio_index].vaps.rdk_vap_array[vap_index];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants