Searched hist:c277935e6fe0cdcf8aefc45b53d11bd6ca20f964 (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-ipmi-flash/bmc/ |
H A D | buildjson.hpp | diff c277935e6fe0cdcf8aefc45b53d11bd6ca20f964 Fri Jun 03 14:31:46 CDT 2022 Willy Tu <wltu@google.com> Fix double free issue with global+static variable
Setting defaultConfigPaths as constexpr and std::array allow it to be destructed cleaning with no issue. Without this the ipmid will triggered double free error on cleanups.
Change-Id: I689ce51ecb9a051891e31c50d44d15d74add47ab Signed-off-by: Willy Tu <wltu@google.com>
|
H A D | buildjson.cpp | diff c277935e6fe0cdcf8aefc45b53d11bd6ca20f964 Fri Jun 03 14:31:46 CDT 2022 Willy Tu <wltu@google.com> Fix double free issue with global+static variable
Setting defaultConfigPaths as constexpr and std::array allow it to be destructed cleaning with no issue. Without this the ipmid will triggered double free error on cleanups.
Change-Id: I689ce51ecb9a051891e31c50d44d15d74add47ab Signed-off-by: Willy Tu <wltu@google.com>
|