commit | 1e15a9cb7f2d616325cd855895b5f1283c1ac911 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Apr 20 19:24:43 2019 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 23 00:37:28 2019 +0200 |
tree | 611f2a7213ed2eb2b18ffd7d1bb71b4fb520035b | |
parent | e2e4098e1b92fb0b86505e0011298ab5da983545 [diff] |
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>