From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH] dtc: zero out new label objects Date: Fri, 28 Sep 2012 15:35:40 -0500 Message-ID: References: <1348857562-14680-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <1348857562-14680-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Stephen Warren Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Stephen Warren List-Id: devicetree@vger.kernel.org > From: Stephen Warren > > Without this, new->deleted may be left set to some random value, which > may then cause future label references to fail to locate the label. The > code that allocates properties and nodes already contains the equivalent > memset(). > > Signed-off-by: Stephen Warren Applied and pushed out. Thanks, jdl