Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 56238 invoked from network); 31 Mar 2008 05:08:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2008 05:08:48 -0000 Received: (qmail 90995 invoked by uid 500); 31 Mar 2008 05:08:48 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 90976 invoked by uid 500); 31 Mar 2008 05:08:48 -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 90967 invoked by uid 99); 31 Mar 2008 05:08:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Mar 2008 22:08:47 -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; Mon, 31 Mar 2008 05:08:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B379234C0B0 for ; Sun, 30 Mar 2008 22:06:24 -0700 (PDT) Message-ID: <1931162302.1206939984306.JavaMail.jira@brutus> Date: Sun, 30 Mar 2008 22:06:24 -0700 (PDT) From: "Scott (Yu) Zhong (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-757) [HP aCC 6.16] Potential null pointer dereference in value.cpp In-Reply-To: <666556235.1205442504328.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-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott (Yu) Zhong updated STDCXX-757: ------------------------------------ Description: 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/src/value.cpp "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 498, procedure from_char: warning #20200-D: Potential null pointer dereference through array is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 482) "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 252, procedure assign: warning #20200-D: Potential null pointer dereference through p_total_op is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 193) "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 253, procedure assign: warning #20200-D: Potential null pointer dereference through p_op is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 194) "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 261, procedure assign: warning #20200-D: Potential null pointer dereference through pex is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 197) was: "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 498, procedure from_char: warning #20200-D: Potential null pointer dereference through array is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 482) "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 252, procedure assign: warning #20200-D: Potential null pointer dereference through p_total_op is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 193) "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 253, procedure assign: warning #20200-D: Potential null pointer dereference through p_op is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 194) "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 261, procedure assign: warning #20200-D: Potential null pointer dereference through pex is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 197) add compile line to description > [HP aCC 6.16] Potential null pointer dereference in value.cpp > ------------------------------------------------------------- > > Key: STDCXX-757 > URL: https://issues.apache.org/jira/browse/STDCXX-757 > Project: C++ Standard Library > Issue Type: Sub-task > Components: Test Driver > 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 > > 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/src/value.cpp > "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 498, procedure from_char: warning #20200-D: Potential null pointer dereference through array is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 482) > "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 252, procedure assign: warning #20200-D: Potential null pointer dereference through p_total_op is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 193) > "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 253, procedure assign: warning #20200-D: Potential null pointer dereference through p_op is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 194) > "/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp", line 261, procedure assign: warning #20200-D: Potential null pointer dereference through pex is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/tests/src/value.cpp, line 197) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.