Skip to content

Feature/l2configure - Test purpose #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 50 commits into
base: develop
Choose a base branch
from
Open

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

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

// 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