Skip to content

Commit a40b62d

Browse files
authored
RDKEMW-6515: Scan and Fix coverity issues of Entservices and rdkservices-cpc (#234)
Reason for change: Fix Coverity identified issues in ENTServices-Infra Repo Test Procedure: Regression testing on effected plugins Risks: Low Signed-off-by:AkshayKumar_Gampa [email protected]
1 parent 3b90d4b commit a40b62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdmiCecSource/HdmiCecSourceImplementation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ namespace WPEFramework {
118118
std::unique_lock<std::mutex> lk;
119119

120120
CECDeviceInfo_2()
121-
: m_logicalAddress(0),m_vendorID(0,0,0),m_osdName("NA"), m_isOSDNameUpdated (false), m_isVendorIDUpdated (false)
121+
: m_logicalAddress(0),m_vendorID(0,0,0),m_osdName("NA"), m_deviceInfoStatus(0), m_isOSDNameUpdated (false), m_isVendorIDUpdated (false)
122122
{
123123
BITMASK_CLEAR(m_deviceInfoStatus, 0xFFFF); //Clear all bits
124124
}

0 commit comments

Comments
 (0)