Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54485 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71610 invoked from network); 9 Aug 2011 06:46:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2011 06:46:00 -0000 Authentication-Results: pb1.pair.com header.from=joey@joeysmith.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=joey@joeysmith.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain joeysmith.com designates 209.90.98.146 as permitted sender) X-PHP-List-Original-Sender: joey@joeysmith.com X-Host-Fingerprint: 209.90.98.146 host-3.pl1071314.fiber.net Received: from [209.90.98.146] ([209.90.98.146:43088] helo=localhost) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/B4-35859-7A7D04E4 for ; Tue, 09 Aug 2011 02:45:59 -0400 Received: from joey by localhost with local (Exim 4.74) (envelope-from ) id 1Qqg4T-0000FY-JN for internals@lists.php.net; Tue, 09 Aug 2011 00:45:49 -0600 Date: Tue, 9 Aug 2011 00:45:49 -0600 To: internals@lists.php.net Message-ID: <20110809064549.GC21131@joeysmith.com> References: <4E3E0155.5050702@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E3E0155.5050702@lerdorf.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [PHP-DEV] Coverity Scan From: joey@joeysmith.com (Joey Smith) On Sat, Aug 06, 2011 at 08:07:01PM -0700, Rasmus Lerdorf wrote: > Coverity has run a new scan of trunk and there are a lot of valid > issues. You have probably noticed that I have started to fix some of > them, but there are 500+ to go, so I could use some help. The following > people already have Coverity accounts: > > andi, antony, colder, derick, dmitry, helly, iliaa, jcogg, joey, kmori, > mike, nickpj, nlopess, phoddie, rui, sas, scottmac, sean, sesser, slif, > steph, tgoldstein, thiago, wez and zeev > > If you would like to help out and you don't have an account, please send > me an email or catch me on irc and I will get you set up. > > Once you have an account, go to: > > http://scan.coverity.com/rung2.html > > And click on the "Sign in" link next to PHP > > If you start working on fixing one of these, please assign it to > yourself first within the Coverity UI so others will know. > > -Rasmus A lot of the 'STACK_USE' ones seem to be false positives; it's reporting when the stack "exceeds the maximum single use of 1024 bytes" - that 1024 is a Coverity-configurable value which defaults to 1024.