commit | 8afeab4cdf5e7babdf86c2c86d527badada7da1d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Apr 17 18:01:25 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 20 08:21:28 2024 +0200 |
tree | d80cc5e2d52801728cdfdee7a240b095e4c9fb87 | |
parent | bf92db1033d9ef20243f30751169e2e5b302c2ad [diff] |
cmd: eficonfig: check initrd path allocation After allocating memory for the initrd file path we need to check the initrd buffer pointer is not NULL. Fixes: 87d791423ac6 ("eficonfig: menu-driven addition of UEFI boot option") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>