From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5911 invoked by alias); 24 May 2007 16:17:50 -0000 Received: (qmail 5884 invoked by uid 22791); 24 May 2007 16:17:47 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 May 2007 16:17:44 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4OGHgmG024335 for ; Thu, 24 May 2007 12:17:42 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4OGHgvR001071 for ; Thu, 24 May 2007 12:17:42 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4OGHefM009847; Thu, 24 May 2007 12:17:41 -0400 Message-ID: <4655BAB5.5010003@redhat.com> Date: Thu, 24 May 2007 17:35:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.10 (X11/20070301) MIME-Version: 1.0 To: cmoller@redhat.com CC: frysk Subject: [Fwd: frysk-imports/frysk/sys ChangeLog cni/Stateles ...] Content-Type: multipart/mixed; boundary="------------060603040105080504080408" X-Virus-Checked: Checked by ClamAV on sourceware.org X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00201.txt.bz2 This is a multi-part message in MIME format. --------------060603040105080504080408 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 350 Chris, FYI, I added test-cases for and then fixed two bugs here: - when a file doesn't exist, unixPath, and hence elements(unixPath) are null - the unixPath was not NUL terminated and re-enabled the code. If it turns out that NULL-pointer exceptions are still being thrown here then we'll need to track down and fix their root cause. Andrew --------------060603040105080504080408 Content-Type: message/rfc822; name="frysk-imports/frysk/sys ChangeLog cni/Stateles ..." Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="frysk-imports/frysk/sys ChangeLog cni/Stateles ..." Content-length: 2219 Return-Path: Received: from pobox.corp.redhat.com ([unix socket]) by pobox.corp.redhat.com (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA; Thu, 24 May 2007 09:04:41 -0400 X-Sieve: CMU Sieve 2.2 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4OD4epU012005 for ; Thu, 24 May 2007 09:04:41 -0400 Received: from mx2.redhat.com (mx2.redhat.com [10.255.15.25]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4OD4djt007915 for ; Thu, 24 May 2007 09:04:40 -0400 Received: from sourceware.org (sourceware.org [209.132.176.174]) by mx2.redhat.com (8.13.1/8.13.1) with SMTP id l4OD4d8t019099 for ; Thu, 24 May 2007 09:04:39 -0400 Received: (qmail 17909 invoked by alias); 24 May 2007 13:04:26 -0000 Received: (qmail 17861 invoked by uid 9563); 24 May 2007 13:04:17 -0000 Date: 24 May 2007 13:04:17 -0000 Message-ID: <20070524130417.17859.qmail@sourceware.org> From: cmoller@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-imports/frysk/sys ChangeLog cni/Stateles ... Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org Delivered-To: mailing list frysk-cvs@sourceware.org X-RedHat-Spam-Score: -0.89 Content-length: 461 CVSROOT: /cvs/frysk Module name: frysk-imports Changes by: cmoller@sourceware.org 2007-05-24 13:04:17 Modified files: frysk/sys : ChangeLog frysk/sys/cni : StatelessFile.cxx Log message: throwErrno()s fixed Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/frysk/sys/ChangeLog.diff?cvsroot=frysk&r1=1.71&r2=1.72 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/frysk/sys/cni/StatelessFile.cxx.diff?cvsroot=frysk&r1=1.1&r2=1.2 --------------060603040105080504080408--