From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta13.westchester.pa.mail.comcast.net (qmta13.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:44:76:96:59:243]) by hurricane.the-brannons.com (Postfix) with ESMTP id 6DB7478AB4 for ; Tue, 5 Aug 2014 04:14:13 -0700 (PDT) Received: from omta19.westchester.pa.mail.comcast.net ([76.96.62.98]) by qmta13.westchester.pa.mail.comcast.net with comcast id aygk1o00327AodY5DzDRvN; Tue, 05 Aug 2014 11:13:25 +0000 Received: from eklhad ([IPv6:2601:4:5380:4ee:21e:4fff:fec2:a0f1]) by omta19.westchester.pa.mail.comcast.net with comcast id azDR1o00C5LMg213fzDRZn; Tue, 05 Aug 2014 11:13:25 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Tue, 05 Aug 2014 07:11:03 -0400 Message-ID: <20140705071103.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1407237205; bh=x2pvm6tVG9v6NsCSrMVZ6hYGPKPx/XhMs/CVakoqsJM=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=qR3beydBKdABpImge0K6CycJolWaMOr6QI9gwyJ0+zmXEeVGyFKDFTh2QzHw6XVoH GAIv4DCK8caTt6vd5QMz+1shJHcbWRNH9WAVQxIhhdxjZ4ElElPETxSuoqBYb2C+m2 15sWUmCB8X76lASV20fDtqKHk1jgeZhP9pCkph609C8SPvy3MeQ5x8VqXjs/IE6U/S vNu75Fz3/0iFtBtXKKoU6eQCtpR7ggq8dUhiGdeKlULJ05Iou947cDXQiy8I/UqgGe DUxfp2NRg4VHQ6pS1oy1ScbW29TvltdyP3nvSstHkxYfKnvaFIskM0CusJMHg8fxae 0AxSHEF8x+ylg== Subject: [Edbrowse-dev] Issues reported by Clang static analyzer X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 11:14:13 -0000 I think these should be investigated, and fixed. I fixed the first one, an uninitialized pointer. I think it was fine the way it was, really, would only cause trouble on a situation that I know can never occur, but the compiler can't know that, and it's good practice to initialize things, so why not. If any of you want to review some of these errors, feel free, otherwise I'll explore them as time permits. Likely fix them one at a time, one this week, one next week, etc, so perhaps several small deltas. Karl Dahlke