From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5122 invoked by alias); 4 Sep 2007 14:25:13 -0000 Received: (qmail 5111 invoked by uid 22791); 4 Sep 2007 14:25:13 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Sep 2007 14:25:08 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 73EC22AA629; Tue, 4 Sep 2007 10:24:40 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VD1wPeoz1Ai6; Tue, 4 Sep 2007 10:24:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5A0242AA624; Tue, 4 Sep 2007 10:24:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 19AA4E7B58; Tue, 4 Sep 2007 07:24:40 -0700 (PDT) Date: Tue, 04 Sep 2007 14:25:00 -0000 From: Joel Brobecker To: msnyder@sonic.net Cc: gdb-patches@sourceware.org Subject: Re: [patch] strlen(null) in dwarf2read Message-ID: <20070904142440.GD3579@adacore.com> References: <15003.12.7.175.2.1188424188.squirrel@webmail.sonic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15003.12.7.175.2.1188424188.squirrel@webmail.sonic.net> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00049.txt.bz2 > 2007-08-29 Michael Snyder > > * dwarf2read.c (determine_prefix): Do not send NULL to strlen. Proofread, and no comment :) (actually, yes: I'm much better at reading unified diff, not sure about others - I ended up applying your patch locally and regenerating the diff) -- Joel