efi_loader: correctly split device path of loaded image
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 20 Apr 2019 19:24:43 +0000 (19:24 +0000)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Apr 2019 22:37:28 +0000 (00:37 +0200)
commit1e15a9cb7f2d616325cd855895b5f1283c1ac911
tree611f2a7213ed2eb2b18ffd7d1bb71b4fb520035b
parente2e4098e1b92fb0b86505e0011298ab5da983545
efi_loader: correctly split device path of loaded image

When the LoadImage() service is called for an image that is already loaded
to memory the file path may be NULL or it will contain both a device path
as well as a media path. We should not assume that there is no media path.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c