From issues-return-552-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Thu Mar 13 20:19:58 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 69295 invoked from network); 13 Mar 2008 20:19:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 20:19:58 -0000 Received: (qmail 47857 invoked by uid 500); 13 Mar 2008 20:19:55 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 47833 invoked by uid 500); 13 Mar 2008 20:19: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 47824 invoked by uid 99); 13 Mar 2008 20:19: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 13:19: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 20:19:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3C550234C096 for ; Thu, 13 Mar 2008 13:18:24 -0700 (PDT) Message-ID: <876130016.1205439504232.JavaMail.jira@brutus> Date: Thu, 13 Mar 2008 13:18:24 -0700 (PDT) From: "Scott (Yu) Zhong (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-749) Potential null pointer dereference in time.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 Potential null pointer dereference in time.cpp ---------------------------------------------- Key: STDCXX-749 URL: https://issues.apache.org/jira/browse/STDCXX-749 Project: C++ Standard Library Issue Type: Sub-task Components: 20. General Utilities 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/util/time.cpp", line 70, procedure parse_era: warning #20200-D: Potential null pointer dereference through tokp is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/util/time.cpp, line 69) "/amd/devco/scottz/stdcxx/4.2.x/util/time.cpp", line 77, procedure parse_era: warning #20200-D: Potential null pointer dereference through tokp is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/util/time.cpp, line 75) "/amd/devco/scottz/stdcxx/4.2.x/util/time.cpp", line 97, procedure parse_era: warning #20200-D: Potential null pointer dereference through tokp is detected (null definition:/amd/devco/scottz/stdcxx/4.2.x/util/time.cpp, line 85) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.