Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 11877 invoked from network); 18 Mar 2008 20:15:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2008 20:15:12 -0000 Received: (qmail 6036 invoked by uid 500); 18 Mar 2008 20:15:09 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 6010 invoked by uid 500); 18 Mar 2008 20:15:09 -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 6001 invoked by uid 99); 18 Mar 2008 20:15:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 13:15:09 -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, 18 Mar 2008 20:14:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6AE03234C0A3 for ; Tue, 18 Mar 2008 13:13:24 -0700 (PDT) Message-ID: <2008424240.1205871204427.JavaMail.jira@brutus> Date: Tue, 18 Mar 2008 13:13:24 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Issue Comment Edited: (STDCXX-745) [HP aCC 6.16] Potential null pointer dereference in locale_body.cpp In-Reply-To: <1001469088.1205427624475.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-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580036#action_12580036 ] sebor edited comment on STDCXX-745 at 3/18/08 1:12 PM: -------------------------------------------------------------- The warning on line 567 is due to the cadvise bug described in STDCXX-785. The warning on line 309 is due to the cadvise bug described in STDCXX-764. The warnings on line 196 and 225 are suppressed by the assertions on preceding lines in debug builds but since we remove {{assert()}} statements in optimized builds they pop up there... was (Author: sebor): The warning on line 309 is due to the cadvise bug described in STDCXX-764. > [HP aCC 6.16] Potential null pointer dereference in locale_body.cpp > ------------------------------------------------------------------- > > Key: STDCXX-745 > URL: https://issues.apache.org/jira/browse/STDCXX-745 > Project: C++ Standard Library > Issue Type: Sub-task > Components: 22. Localization > 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 > Fix For: 4.2.1 > > Original Estimate: 2h > Remaining Estimate: 2h > > "/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp", line 567, procedure __rw_locale: warning #20200-D: Potential null pointer dereference through > nm is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp, line 567) > "/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp", line 309, procedure __rw::__rw_expand_name: warning #20200-D: Potential null pointer derefere > nce through sep is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp, line 270) > "/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp", line 196, procedure _C_get_cat_names: warning #20200-D: Potential null pointer dereference th > rough cat_name is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp, line 142) > "/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp", line 216, procedure _C_get_cat_names: warning #20200-D: Potential null pointer dereference th > rough buf is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp, line 199) > "/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp", line 225, procedure _C_get_cat_names: warning #20200-D: Potential null pointer dereference th > rough common_name is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/src/locale_body.cpp, line 134) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.