Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 32704 invoked from network); 6 Sep 2008 18:04:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2008 18:04:05 -0000 Received: (qmail 19918 invoked by uid 500); 6 Sep 2008 18:04:03 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 19896 invoked by uid 500); 6 Sep 2008 18:04:03 -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 19885 invoked by uid 99); 6 Sep 2008 18:04:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2008 11:04:03 -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; Sat, 06 Sep 2008 18:03:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30B88234C1C5 for ; Sat, 6 Sep 2008 11:03:44 -0700 (PDT) Message-ID: <1773456535.1220724224185.JavaMail.jira@brutus> Date: Sat, 6 Sep 2008 11:03:44 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Closed: (STDCXX-1011) [HP aCC 6.16] warning #20200-D: potential null pointer dereference in collate.cpp In-Reply-To: <265370428.1220723504340.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-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-1011. -------------------------------- Resolution: Fixed This was a real problem. Fixed in [r692697|http://svn.apache.org/viewvc?rev=692697&view=rev]. > [HP aCC 6.16] warning #20200-D: potential null pointer dereference in collate.cpp > --------------------------------------------------------------------------------- > > Key: STDCXX-1011 > URL: https://issues.apache.org/jira/browse/STDCXX-1011 > Project: C++ Standard Library > Issue Type: Sub-task > Components: 22. Localization > Affects Versions: 4.2.1 > Environment: HP aCC 6.16 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.2.2 > > Original Estimate: 1h > Remaining Estimate: 1h > > The warning below shows up when linking with the [-ipo|http://docs.hp.com/en/10946/options.htm#opt-ipo] option: > {noformat} > aCC -AA +nostl -Wl,+s -mt +DD64 +O2 -ipo +tls=static +Z -b +DD64 assert.o ... collate.o ... wctype.o -o libstd12D.sl.4.2.2 > "/amd/devco/sebor/stdcxx-4.2.x/src/collate.cpp", line 471, procedure do_compare: > warning #20200-D: Potential null pointer dereference through return of call to __rw::__rw_get_facet_data is detected (null definition:/amd/devco/sebor/stdcxx-4.2.x/src/collate.cpp, line 987) > ... > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.