Skip to content

RDKB-58534 - [POC] Enable RRD Dynamic Profile for RDKB platforms #78

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 90 commits into
base: develop
Choose a base branch
from

Conversation

Abhinavpv28
Copy link
Contributor

Reason for change: Enable RRD Dynamic Profile for RDKB
Test Procedure: Sanity, functionality tests, Focused regression
Risks: None
Priority: P2
Signed-off-by: Abhinav P V [email protected]

@rdkcmf-jenkins
Copy link

Coverity Issue - Resource leak

Variable "sendbuf" going out of scope leaks the storage it points to.

High Impact, CWE-404
RESOURCE_LEAK

Issue location

This issue was discovered outside the diff for this Pull Request. You can find it at:
src/rrdInterface.c:297

rbusValue_Init(&value);
char const* issue = NULL;
retCode = rbus_get(rrdRbusHandle, RRD_SET_ISSUE_EVENT, &value);
RDK_LOG(RDK_LOG_DEBUG,LOG_REMDEBUG,"[%s:%d]: issue type_value: = [%s]\n", rbusValue_GetString(value, NULL));
Copy link

@rdkcmf-jenkins rdkcmf-jenkins Mar 5, 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 - Printf arg count mismatch

the format string requires additional arguments

Medium Impact, CWE-685
PW.TOO_FEW_PRINTF_ARGS

@rdkcmf-jenkins
Copy link

Coverity Issue - Uninitialized pointer read

Using uninitialized value "value" when calling "rbusValue_SetString".

High Impact, CWE-457
UNINIT

Issue location

This issue was discovered outside the diff for this Pull Request. You can find it at:
src/rrdDynamic.c:232

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