Skip to content

Conversation

Abhinavpv28
Copy link
Contributor

No description provided.

@Abhinavpv28 Abhinavpv28 requested review from a team as code owners April 7, 2025 08:07
@CLAassistant
Copy link

CLAassistant commented Apr 7, 2025

CLA assistant check
All committers have signed the CLA.

// subscriptions[2].handler = _rdmDownloadEventHandler;
// subscriptions[2].userData = NULL;

subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 7, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN

// subscriptions[2].userData = NULL;

subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1;
subscriptions[3].filter = NULL;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 7, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN


subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1;
subscriptions[3].filter = NULL;
subscriptions[3].duration = 0;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 7, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN

subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1;
subscriptions[3].filter = NULL;
subscriptions[3].duration = 0;
subscriptions[3].handler = _rdmDownloadEventHandler;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 7, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN

subscriptions[3].filter = NULL;
subscriptions[3].duration = 0;
subscriptions[3].handler = _rdmDownloadEventHandler;
subscriptions[3].userData = NULL;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 7, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN

subscriptions[2].handler = _rdmDownloadEventHandler;
subscriptions[2].userData = NULL;

subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 11, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN

subscriptions[2].userData = NULL;

subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1;
subscriptions[3].filter = NULL;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 11, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN


subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1;
subscriptions[3].filter = NULL;
subscriptions[3].duration = 0;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 11, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN

subscriptions[3].eventName = RDM_DOWNLOAD_EVENT1;
subscriptions[3].filter = NULL;
subscriptions[3].duration = 0;
subscriptions[3].handler = _rdmDownloadEventHandler;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 11, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN

subscriptions[3].filter = NULL;
subscriptions[3].duration = 0;
subscriptions[3].handler = _rdmDownloadEventHandler;
subscriptions[3].userData = NULL;
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Apr 11, 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 - Out-of-bounds write

Overrunning array "subscriptions" of 3 64-byte elements at element index 3 (byte offset 255) using index "3".

High Impact, CWE-119
OVERRUN

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.

3 participants