commit | f62be16ddb76a32e6315bb9517b49e639726e1fa | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jul 14 20:14:46 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jul 16 22:17:23 2019 +0000 |
tree | 71fa1ead34e7e063325940c2190a956edf36127c | |
parent | 046fe7b50741363bd2df47cd01b35c0228b165bf [diff] |
efi_loader: unaligned access in efi_file_from_path() The device path structure is packed. So no assumption on the alignment is possible. Copy the file name in efi_file_from_path() to assure there is no unaligned access. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>