openbmc icon indicating copy to clipboard operation
openbmc copied to clipboard

OpenBMC is an open software framework to build a complete Linux image for a Board Management Controller (BMC).

Results 51 openbmc issues
Sort by recently updated
recently updated
newest added

Stream is opened https://github.com/facebook/openbmc/blob/9d57980189e52b79f365cb58214f1b23dbd63813/common/recipes-core/fw-util/files/tpm.cpp#L34 Opened file never closed https://github.com/facebook/openbmc/blob/9d57980189e52b79f365cb58214f1b23dbd63813/common/recipes-core/fw-util/files/tpm.cpp#L44

https://github.com/facebook/openbmc/blob/9d57980189e52b79f365cb58214f1b23dbd63813/meta-facebook/meta-galaxy100/recipes-utils/mkeeprom/files/mkeeprom.c#L69

Stream is opened https://github.com/facebook/openbmc/blob/9d57980189e52b79f365cb58214f1b23dbd63813/common/recipes-core/fw-util/files/tpm.cpp#L34 ‘fp’ never closed https://github.com/facebook/openbmc/blob/9d57980189e52b79f365cb58214f1b23dbd63813/common/recipes-core/fw-util/files/tpm.cpp#L44

Memory is allocated https://github.com/facebook/openbmc/blob/9d57980189e52b79f365cb58214f1b23dbd63813/common/recipes-utils/cpldupdate/files/ispvm_ui.c#L296 but at the end of function,never free it

https://github.com/facebook/openbmc/blob/9d57980189e52b79f365cb58214f1b23dbd63813/meta-facebook/meta-galaxy100/recipes-utils/mkeeprom/files/mkeeprom.c#L69

https://github.com/facebook/openbmc/blob/6cc8067ba824df537dfd0597473d578b55e65639/tests/fbtp/unittests/FbtpUtil.py#L28-L33 Can the above snippet be changed to the following? ```python try: currentPath = os.getcwd() commonPath = currentPath.replace('fbtp/unittests', 'common') sys.path.insert(0, commonPath) except OSError: pass ``` Can I raise a PR...

Hi All, I am unable to build latest facebook BMC source (both Master/Helium) branch. I am getting build error. Please help me to solve the error. Build Target = Wedge100....

i looked at the code, i can see, only mctp over i2c code is available, but README doesn't say any thing about its availability, i just wanted to know if...

Switchtec-user is userspace code for the Microsemi PCIe switch. Now it support In-Band (Linux/Windows), UART, and I2C interfaces. Specific to I2C interface, it was developed based on x86_64 system, through...