From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Fix uninitialized use of structure_ok In-Reply-To: Your message of "Tue, 04 Dec 2007 11:49:43 +1100." <20071204004943.GD32577@localhost.localdomain> References: <20071204004943.GD32577@localhost.localdomain> Date: Tue, 04 Dec 2007 07:28:30 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > My rework of the tree checking code introduced a potentially nasty bug > - it uses the structure_ok variable uninitialized. This patch fixes > the problem. It's a fairly ugly bandaid approach, but the ugly will > disappear once future patches have folded the semantic checks into the > new framework. > > Signed-off-by: David Gibson Applied. Thanks! jdl