Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 69944 invoked from network); 5 Sep 2007 15:51:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 15:51:56 -0000 Received: (qmail 40544 invoked by uid 500); 5 Sep 2007 15:51:50 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 40529 invoked by uid 500); 5 Sep 2007 15:51:50 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 40518 invoked by uid 99); 5 Sep 2007 15:51:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 08:51:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 15:51:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 681F6714201 for ; Wed, 5 Sep 2007 08:51:35 -0700 (PDT) Message-ID: <3816479.1189007495421.JavaMail.jira@brutus> Date: Wed, 5 Sep 2007 08:51:35 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-508) __rw_catlist vector accessed beyond the last element in third call to catopen() (src/catalog.cpp) In-Reply-To: <12702327.1185992452950.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-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-508. -------------------------------- The regression test added: http://svn.apache.org/viewvc?rev=572976&view=rev > __rw_catlist vector accessed beyond the last element in third call to catopen() (src/catalog.cpp) > ------------------------------------------------------------------------------------------------- > > Key: STDCXX-508 > URL: https://issues.apache.org/jira/browse/STDCXX-508 > Project: C++ Standard Library > Issue Type: Bug > Components: 22. Localization > Affects Versions: 4.1.2 > Environment: All > Reporter: Farid Zaripov > Assignee: Farid Zaripov > Fix For: 4.2 > > > std::vector<__rw_cat*> __rw_catlist initially created with size 2 (catalog.cpp line 40). > During third call to catopen(), __rw_catlist vector accessed beyond the last element. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.