commit | d20f5122def418fc545c278cd096e80da1e20636 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Mar 19 18:58:58 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Mar 20 18:16:53 2019 +0100 |
tree | 9c73b89058da4dd5d604396c26d2fa28338e384d | |
parent | fb92e349a98e6bc76a0ee2feb5f9740c37bc68b3 [diff] |
efi_loader: remove superfluous check in efi_setup_loaded_image() It does not make any sense to check if a pointer is NULL if we have dereferenced it before. Reported-by: Coverity (CID 185827) Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>