Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 2927 invoked from network); 13 Mar 2008 21:21:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 21:21:58 -0000 Received: (qmail 50846 invoked by uid 500); 13 Mar 2008 21:21:55 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 50821 invoked by uid 500); 13 Mar 2008 21:21:55 -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 50812 invoked by uid 99); 13 Mar 2008 21:21:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 14:21:55 -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; Thu, 13 Mar 2008 21:21:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 897FE234C09A for ; Thu, 13 Mar 2008 14:20:24 -0700 (PDT) Message-ID: <238150461.1205443224554.JavaMail.jira@brutus> Date: Thu, 13 Mar 2008 14:20:24 -0700 (PDT) From: "Scott (Yu) Zhong (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-759) Out of bound access in 21.strings.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Out of bound access in 21.strings.cpp ------------------------------------- Key: STDCXX-759 URL: https://issues.apache.org/jira/browse/STDCXX-759 Project: C++ Standard Library Issue Type: Sub-task Components: 21. Strings 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 "/amd/devco/scottz/stdcxx/4.2.x/tests/src/21.strings.cpp", line 270, procedure _rw_sigcat: warning #20206-D: Out of bound access (In expression "&_rw_func_names[(long long)fid]", array "_rw_func_names" [/amd/devco/scottz/stdcxx/4.2.x/tests/src/21.strings.cpp:84] (type: const char* [46]) has element range [0 .. 45], reading element range [0 .. 63].) "/amd/devco/scottz/stdcxx/4.2.x/tests/src/21.strings.cpp", line 519, procedure rw_setvars: warning #20206-D: Out of bound access (In expression "&_rw_func_names[(long long)funcinx]", array "_rw_func_names" [/amd/devco/scottz/stdcxx/4.2.x/tests/src/21.strings.cpp:84] (type: const char* [46]) has element range [0 .. 45], reading element range [0 .. 63].) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.