commit | 868353daa379849953ae30f400536ff61624de54 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jul 10 15:46:57 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 13 20:07:07 2022 +0200 |
tree | bb8bf778e6d5edf6985a013277c880f759725fa9 | |
parent | 9897350c52196736cce1a601b172fb5ea14a75c1 [diff] |
efi_loader: memory leak in efi_set_bootdev() efi_dp_str() allocates memory which should be released after use. Use %pD printf code. Adjust message wording. Fixes: d837cb1e3b6b ("efi: Add debugging to efi_set_bootdev()") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>