Skip to content

Commit c6cc27f

Browse files
RDKB-62527: [XB9][8.3p1s1] - CcspPandMSsp core files are seen. (#49)
Reason for change: Add check for invalid pointer - pParamValueArray. Test Procedure: Build & verify. Risks: None Priority: P1 Signed-off-by: Jayant_Rai2@comcast.com Signed-off-by: Jayant_Rai2@comcast.com Co-authored-by: anoopchelakkode <65686868+anoopchelakkode@users.noreply.github.com>
1 parent 57dc583 commit c6cc27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ccsp/components/common/MessageBusHelper/helper/messagebus_interface_helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ CcspCcMbi_GetParameterValues
368368

369369
EXIT2:
370370

371-
if ( pParamValueArray )
371+
if ( pParamValueArray != NULL )
372372
{
373373
for ( i = 0; i < ulArraySize; i++ )
374374
{

0 commit comments

Comments
 (0)