From dbe9a179e3ea356c8c21b95c650d3b7f3de8055f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 20 May 2020 19:04:43 +0200 Subject: ghwlib: fix non-initialized field for ghw_disp_hie. --- src/grt/ghwlib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/grt/ghwlib.c') diff --git a/src/grt/ghwlib.c b/src/grt/ghwlib.c index 482cc3386..218f8cb2c 100644 --- a/src/grt/ghwlib.c +++ b/src/grt/ghwlib.c @@ -1090,6 +1090,7 @@ ghw_read_hie (struct ghw_handler *h) /* Should not be here. */ abort (); case ghw_hie_process: + el->u.blk.child = NULL; break; case ghw_hie_block: case ghw_hie_generate_if: -- cgit v1.2.3