commit | e353ba132db73e89a82175dfe05eaaae28f0be7a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Apr 25 23:21:20 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 29 14:25:39 2022 +0200 |
tree | c8abe8f94aae51a680aab5a4d58f652c47fbcf04 | |
parent | e07fe5cead7539bda15fb82a34b9bd9ec9f0b9f8 [diff] |
efi: fix devpath_is_partition() If the path consists only of an end node, it does not refer to a partition. Avoid returning a random value from the stack in this case. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>