commit | d5974af7f7626777b5c41894f75c813ff35c1793 | [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 | 1fd7a4764103781e424ef687034da06de3cb60b7 [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>