cmd/efidebug: missing initialization of load_options
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Aug 2020 16:20:50 +0000 (18:20 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 13 Aug 2020 20:37:36 +0000 (22:37 +0200)
commitbc78d22d0f0db58b8a340ebf7d36ea2a217bfeac
treeba3ee9f49fbba4fe0ffb9ae421ec402cb06e0fa5
parentcdcf591d9b20534e5f5c58aa2a2b07b3b173f5a1
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>
cmd/efidebug.c