Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 67141 invoked from network); 22 May 2006 15:49:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 May 2006 15:49:03 -0000 Received: (qmail 81789 invoked by uid 500); 22 May 2006 15:49:02 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 81773 invoked by uid 500); 22 May 2006 15:49:02 -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 81762 invoked by uid 99); 22 May 2006 15:49:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 08:49:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 08:49:01 -0700 Received: from bco-exchange.bco.roguewave.com (bco-exchange.bco.roguewave.com [172.19.31.48]) by moroha.quovadx.com (8.13.4/8.13.4) with ESMTP id k4MFln2x025010 for ; Mon, 22 May 2006 15:47:49 GMT Received: from [10.70.3.113] (10.70.3.113 [10.70.3.113]) by bco-exchange.bco.roguewave.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id 2YG612HT; Mon, 22 May 2006 09:44:19 -0600 Message-ID: <4471DD7A.3090104@roguewave.com> Date: Mon, 22 May 2006 09:49:14 -0600 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremy Dean CC: stdcxx-dev@incubator.apache.org Subject: Re: Problem building Standard library References: <4FA4B7B3231C5D459E7BAD020213A94203B624CF@bco-exchange.bco.roguewave.com> <446DE3C8.7060106@roguewave.com> <446DE8E4.7000002@roguewave.com> In-Reply-To: <446DE8E4.7000002@roguewave.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jeremy, if you would like to see this problem fixed please remember to file an issue for it. Martin Martin Sebor wrote: > Liviu Nicoara wrote: > >> The problem - as I saw it in the locale_name_fmat comp test Jeremy was >> running - seems to be a buffer overrun in LOCALE_NAME_FMAT.cpp at line >> 189 (trunk) because the 'def_locale' buffer may not have enough space to >> hold the name of a locale, e.g. the one Jeremy got: >> >> LC_CTYPE=en_US.UTF-8;LC_NUMERIC=de_DE;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=en_US.UTF-8;LC_ADDRESS=en_US.UTF-8;LC_TELEPHONE=en_US.UTF-8;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=en_US.UTF-8 >> >> >> The trunk version of the comp test is different in structure than the >> one he was using but it uses the same buffer size. > > > Thanks for looking into it! Can either of you open an issue for > this and cross-reference this thread by inserting a link to it > from the archive (when it shows up -- see INFRA-812: > http://issues.apache.org/jira/browse/INFRA-812) > > Martin