commit | c08e975234ebd5caec937f3a94d4464644772322 | [log] [tgz] |
---|---|---|
author | P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> | Wed Jul 14 19:38:32 2021 +0530 |
committer | P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> | Wed Jul 14 19:38:32 2021 +0530 |
tree | 54aa011ba34cf678f7e8be7847c6cc7f3b8ea11c | |
parent | 0a652fa9ca42b24190f8073b9de71bfbdaf54cf2 [diff] |
Klocwork Issue Fix - File Resource Lost In the event when file_size() fails and file open was successful, with the current implementation, the function would return without closing the file. This commit fixes this condition by having separate checks for file_size error code and file open failure. Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> Change-Id: I44e46a4093f5fab087b40bb95440fbb3d215bad8
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]