commit | 34f51833c9a4ecc8ecbe9b1b721b8265c8e88906 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 26 19:25:46 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:22:56 2017 +0100 |
tree | c81220ba2eb5bd329f868a6719e884bf8be59f1b | |
parent | 9aaa35bcf5bbfe61f60371d051ff214478841163 [diff] |
efi_loader: efi_disk: check return value of calloc Calloc may return NULL. We should check the return value. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>