commit | bc78d22d0f0db58b8a340ebf7d36ea2a217bfeac | [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 | cdcf591d9b20534e5f5c58aa2a2b07b3b173f5a1 [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>