From stdcxx-dev-return-6077-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Mon Nov 12 14:41:14 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 92891 invoked from network); 12 Nov 2007 14:41:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 14:41:14 -0000 Received: (qmail 31570 invoked by uid 500); 12 Nov 2007 14:41:02 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 31559 invoked by uid 500); 12 Nov 2007 14:41: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 31548 invoked by uid 99); 12 Nov 2007 14:41:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 06:41:02 -0800 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; Mon, 12 Nov 2007 14:41:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0AAFB714209 for ; Mon, 12 Nov 2007 06:40:51 -0800 (PST) Message-ID: <22888568.1194878451041.JavaMail.jira@brutus> Date: Mon, 12 Nov 2007 06:40:51 -0800 (PST) From: "Farid Zaripov (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-601) purify reports uninitialized memory read in 20.auto.ptr test In-Reply-To: <25433882.1192559570829.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-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-601. -------------------------------- > purify reports uninitialized memory read in 20.auto.ptr test > ------------------------------------------------------------- > > Key: STDCXX-601 > URL: https://issues.apache.org/jira/browse/STDCXX-601 > Project: C++ Standard Library > Issue Type: Improvement > Components: Tests > Affects Versions: 4.2.0 > Reporter: Travis Vitek > Assignee: Travis Vitek > Priority: Minor > Fix For: 4.2.1 > > Attachments: 20.auto.ptr.log, stdcxx-601.patch > > > Allocated object is not initialized but the contents of pointers to it are dereferenced, resulting in a purify UMR error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.