commit | 44b9fef9bf49eacfa0743e93316c31c6c9645870 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Feb 07 14:31:32 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Feb 08 09:12:29 2023 +0800 |
tree | 9e3a058c02b2bd4c9db3a855c312bd039fd6771c | |
parent | 87c5b5bdfabea3739c261c311d21a9e855a6534d [diff] |
Fix the core dump by using filesystem error_code The currently used filesystem method will cause an exception if the file system is damaged for some reason, resulting in a core dump of the process. So the overloaded method with the error_code parameter should be used here to ensure that the process core dump will not be caused after an exception is thrown. Fixes: openbmc/phosphor-bmc-code-mgmt#12 Tested: built phosphor-bmc-code-mgmt successfully and CI passes. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I329f78b481cb466e755bc1b78562583620f561c2
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.