From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: libfdt: Add missing RW_CHECK_HEADER to fdt_del_node() In-Reply-To: Your message of "Thu, 18 Oct 2007 14:17:25 +1000." <20071018041725.GD8206@localhost.localdomain> References: <20071018041725.GD8206@localhost.localdomain> Date: Mon, 22 Oct 2007 11:38:25 -0500 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: > fdt_del_node(), unlike most of the rw functions does not check the > fdt's header with RW_CHECK_HEADER. However, it could make a mess of > things if the conditions in RW_CHECK_HEADER aren't met. So, this > patch adds the omitted check. > > Signed-off-by: David Gibson Applied. jdl