Skip to content

RDKEMW-16005-4: Resolve Low priority coverity issues#32

Merged
sajnanazeer merged 1 commit into
developfrom
topic/RDKEMW-16005-4
Jun 2, 2026
Merged

RDKEMW-16005-4: Resolve Low priority coverity issues#32
sajnanazeer merged 1 commit into
developfrom
topic/RDKEMW-16005-4

Conversation

@trupthi1403
Copy link
Copy Markdown
Contributor

Reason for change: Changes to fix PRINTF_ARGS and PW.PARAMETER_HIDDEN coverity issues
Test Procedure: Refer Ticket
Risks: Low
Priority: P2

Copilot AI review requested due to automatic review settings April 16, 2026 08:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 addresses low-priority Coverity findings in the Westeros compositor by cleaning up variadic logging macros (PRINTF_ARGS-related) and removing parameter-hiding locals (PW.PARAMETER_HIDDEN-related) to improve static-analysis correctness without changing runtime behavior.

Changes:

  • Update logging macros to use comma-swallowing variadic forwarding (avoids passing dummy arguments that can break printf-format checking).
  • Rename several local variables to avoid shadowing function parameters (improves clarity and satisfies Coverity checks).

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

@trupthi1403 trupthi1403 force-pushed the topic/RDKEMW-16005-4 branch from 72ad557 to 86fd131 Compare June 1, 2026 11:07
@mrcomcast123
Copy link
Copy Markdown
Contributor

Changes look good to merge.

@sajnanazeer sajnanazeer self-requested a review June 2, 2026 06:54
Reason for change: Changes to fix PRINTF_ARGS and PW.PARAMETER_HIDDEN
coverity issues
Test Procedure: Refer Ticket
Risks: Low
Priority: P2
Copilot AI review requested due to automatic review settings June 2, 2026 07:26
@trupthi1403 trupthi1403 force-pushed the topic/RDKEMW-16005-4 branch from 86fd131 to e76df2c Compare June 2, 2026 07:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 no new comments.

@sajnanazeer sajnanazeer merged commit 6669aba into develop Jun 2, 2026
11 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants