Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 76986 invoked from network); 5 Aug 2008 00:21:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 00:21:05 -0000 Received: (qmail 20891 invoked by uid 500); 5 Aug 2008 00:21:04 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 20864 invoked by uid 500); 5 Aug 2008 00:21:04 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 20853 invoked by uid 99); 5 Aug 2008 00:21:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 17:21:04 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 00:20:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E090234C18C for ; Mon, 4 Aug 2008 17:20:44 -0700 (PDT) Message-ID: <56566327.1217895644580.JavaMail.jira@brutus> Date: Mon, 4 Aug 2008 17:20:44 -0700 (PDT) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Resolved: (STDCXX-776) [HP aCC 6.16] warning #20200-D: Potential null pointer dereference in 23.list.erase.cpp In-Reply-To: <177204766.1205777424612.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-776. --------------------------------- Resolution: Fixed Committed to 4.2.x in [r682548|http://svn.apache.org/viewvc?rev=682548] Merged to 4.3.x in [r682549|http://svn.apache.org/viewvc?rev=682549] Merged to trunk in [r682550|http://svn.apache.org/viewvc?rev=682550] > [HP aCC 6.16] warning #20200-D: Potential null pointer dereference in 23.list.erase.cpp > --------------------------------------------------------------------------------------- > > Key: STDCXX-776 > URL: https://issues.apache.org/jira/browse/STDCXX-776 > Project: C++ Standard Library > Issue Type: Sub-task > Components: Tests > Affects Versions: 4.2.0 > Environment: $ uname -sr && aCC -V > HP-UX B.11.31 > aCC: HP C/aC++ B3910B A.06.16 [Nov 26 2007] > Reporter: Scott (Yu) Zhong > Assignee: Travis Vitek > Priority: Minor > Fix For: 4.2.2 > > Original Estimate: 2h > Remaining Estimate: 2h > > aCC -c -mt -I/amd/devco/scottz/stdcxx/4.2.x/include -I/build/scottz/12d/include -I/amd/devco/scottz/stdcxx/4.2.x/tests/include -AA +O2 +DD64 > +w +W392 +W655 +W684 +W818 +W819 +W849 +W2193 +W2236 +W2261 +W2340 +W2401 +W2487 +W4227 +W4229 +W4231 +W4235 +W4237 +W4249 +W4255 +W4272 +W4284 +W4285 +W4286 > /amd/devco/scottz/stdcxx/4.2.x/tests/strings/21.string.erase.cpp > "/amd/devco/scottz/stdcxx/4.2.x/tests/containers/23.list.erase.cpp", line 389, procedure test_erase: warning #20200-D: Potential null pointer dereference through res_iter is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/containers/23.list.erase.cpp, line 341) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.