From owner-freebsd-fs@FreeBSD.ORG Mon Jun 14 08:01:10 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07F6D106566C; Mon, 14 Jun 2010 08:01:10 +0000 (UTC) (envelope-from hiroshi@soupacific.com) Received: from mail.soupacific.com (mail.soupacific.com [211.19.53.201]) by mx1.freebsd.org (Postfix) with ESMTP id C66BA8FC1A; Mon, 14 Jun 2010 08:01:09 +0000 (UTC) Received: from [127.0.0.1] (unknown [192.168.1.239]) by mail.soupacific.com (Postfix) with ESMTP id BCC386BF70; Mon, 14 Jun 2010 07:52:34 +0000 (UTC) Message-ID: <4C15E1C3.9030907@soupacific.com> Date: Mon, 14 Jun 2010 17:01:07 +0900 From: "hiroshi@soupacific.com" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Mikolaj Golub References: <4C10B526.4040908@soupacific.com><20100612104336.GA2253@garage.freebsd.pl><4C1372E0.1000903@soupacific.com><20100612142311.GF2253@garage.freebsd.pl><4C139F9C.2090305@soupacific.com> <86iq5oc82y.fsf@kopusha.home.net><4C14215D.9090304@soupacific.com><20100613003635.GA60012@icarus.home.lan><20100613074921.GB1320@garage.freebsd.pl><4C149A5C.3070401@soupacific.com><20100613102401.GE1320@garage.freebsd.pl> <86eigavzsg.fsf@kopusha.home.net> In-Reply-To: <86eigavzsg.fsf@kopusha.home.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, Pawel Jakub Dawidek Subject: Re: FreeBSD 8.1 and HAST X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 08:01:10 -0000 > So it looks like seq is just contents of unitialized memory and this works > under CURRENT only because memory is initialized to 0xa5 by malloc here. > > This test program returns "*p is 0xa5a5a5a5" under my CURRENT and "*p is 0x0" > under 8-STABLE. Great ! Yes it returns exact same as you ! my 8.1 0x0 and 9.0 0xa5a5a5a5 ! Ooops ! What shall I do for this !!! Thanks Hiroshi