commit | 36ed8d24722e26271c395c8149d2c9fd68479087 | [log] [tgz] |
---|---|---|
author | P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> | Wed Aug 04 01:14:14 2021 +0530 |
committer | P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> | Sun Aug 22 19:12:11 2021 +0000 |
tree | 240126e4fa7326b7beedac1072242df879b34e46 | |
parent | 2346b5d2af99f433573a5052cd48700121db6424 [diff] |
Fix Klocwork Issue: Uninitialized variable The boolean return value(ret) from smbiosUnlock() function is been declared but not initialized. Assigning "false" as the default value. The variable "value" in getMultiNodeRole() function is declared, but is being initialized in if-else-if condition, and missses the final else condition which could render the variable "value" to be uninitialized. Adding an else condition to return nullopt to fix this issue. Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> Change-Id: I51088b91d1d48ad1d1cc4779b2ed58fd2b79ee9c
This component is intended to provide Intel-specific IPMI[3]
command handlers for OpenBMC. These handlers are intended to integrate BMC with servers based on Intel architecture.
intel-ipmi-oem
serves as an extension[1]
to OpenBMC IPMI daemon[2]
. It is compiled as a shared library and intended to both:
Related features provided by the library are grouped in separate source files. Main extensions to vanilla OpenBMC IPMI stack are the following:
[4]