-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: develop
Are you sure you want to change the base?
Conversation
DELIA-67372: RRD- dynamic command is not appending commands to (#30)
Coverity Issue - Resource leakVariable "sendbuf" going out of scope leaks the storage it points to. High Impact, CWE-404 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
src/rrdInterface.c
Outdated
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)); |
There was a problem hiding this comment.
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
Coverity Issue - Uninitialized pointer readUsing uninitialized value "value" when calling "rbusValue_SetString". High Impact, CWE-457 Issue locationThis issue was discovered outside the diff for this Pull Request. You can find it at: |
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]