Skip to content

Conversation

rababu2
Copy link
Contributor

@rababu2 rababu2 commented Aug 25, 2025

No description provided.

@rababu2 rababu2 requested a review from a team as a code owner August 25, 2025 17:55
@rababu2 rababu2 requested a review from a team August 25, 2025 17:55
videoResolution.pixelResolution = eventData->data.composite_in_video_mode.resolution.pixelResolution;
videoResolution.interlaced = eventData->data.composite_in_video_mode.resolution.interlaced;
videoResolution.frameRate = eventData->data.composite_in_video_mode.resolution.frameRate;
IarmHostImpl::Dispatch([compositePort,videoResolution](ICompositeInEvents* listener) {
Copy link
Contributor

@rdkcmf-jenkins rdkcmf-jenkins Aug 26, 2025

Choose a reason for hiding this comment

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

Coverity issue no longer present as of: undefined

Show issue

Coverity Issue - Uninitialized scalar variable

Using uninitialized value "videoResolution". Field "videoResolution.name" is uninitialized.

High Impact, CWE-457
UNINIT

videoResolution.interlaced = eventData->data.composite_in_video_mode.resolution.interlaced;
videoResolution.frameRate = eventData->data.composite_in_video_mode.resolution.frameRate;
memset(videoResolution.name, 0, sizeof(videoResolution.name));
IarmHostImpl::Dispatch([compositePort,videoResolution](ICompositeInEvents* listener) {
Copy link
Contributor

@rdkcmf-jenkins rdkcmf-jenkins Aug 26, 2025

Choose a reason for hiding this comment

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

Coverity issue no longer present as of: undefined

Show issue

Coverity Issue - Uninitialized scalar variable

Using uninitialized value "videoResolution". Field "videoResolution.aspectRatio" is uninitialized.

High Impact, CWE-457
UNINIT

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