commit | e6ed8356541cf37f0ba4a3bf094d5fff47c0f17e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Aug 11 18:20:50 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Aug 13 22:37:36 2020 +0200 |
tree | ba3ee9f49fbba4fe0ffb9ae421ec402cb06e0fa5 | |
parent | e85d8ea514a262d37e6879c52c21e0da47794f8a [diff] |
cmd/efidebug: missing initialization of load_options Variable load_options must be initialized to NULL to avoid a segmentation fault when freeing the memory this variable points to. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>