From 3f82d6fc10a582ba3f558b69c14ab4ab7234e5ea Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 9 Jul 2009 10:40:44 -0700 Subject: Zero parser globals before use Signed-off-by: Geoff Levand --- discover/yaboot-parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'discover/yaboot-parser.c') diff --git a/discover/yaboot-parser.c b/discover/yaboot-parser.c index d9f2aff..5224bb3 100644 --- a/discover/yaboot-parser.c +++ b/discover/yaboot-parser.c @@ -240,6 +240,7 @@ static int yaboot_parse(struct discover_context *dc) conf->dc = dc; conf->global_options = yaboot_global_options, + conf_init_global_options(conf); conf->conf_files = yaboot_conf_files, conf->process_pair = yaboot_process_pair; conf->finish = yaboot_finish; -- cgit v1.2.1