From owner-cvs-all@FreeBSD.ORG Fri Jan 13 19:07:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19CB016A420; Fri, 13 Jan 2006 19:07:21 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2AE43D46; Fri, 13 Jan 2006 19:07:20 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: by lh.synack.net (Postfix, from userid 100) id 530DE5E48DA; Fri, 13 Jan 2006 11:07:20 -0800 (PST) Received: from [192.168.168.203] (moscow-cuda-gen2-68-64-60-20.losaca.adelphia.net [68.64.60.20]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id 8B4D05E488A; Fri, 13 Jan 2006 11:07:18 -0800 (PST) In-Reply-To: <20060113012900.GA16082@flame.pc> References: <200601121809.k0CI9QGV028693@repoman.freebsd.org> <20060112182804.GA1047@flame.pc> <20060113012900.GA16082@flame.pc> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <554CC8A8-35FB-424A-B883-505C26ECBBE8@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Jason Evans Date: Fri, 13 Jan 2006 11:07:15 -0800 To: Giorgos Keramidas X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on lh.synack.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 19:07:21 -0000 On Jan 12, 2006, at 5:29 PM, Giorgos Keramidas wrote: > > [...] > > Does this look like an off-by-one error to you too Jason? > Apparently, the > allocated size of s->data is s->size, which is 873 bytes, but then > Emacs tries > to access s->data[873]. > > Does it look like I'm right in thinking that this is a bug in Emacs? This looks like a bug in emacs, as you say, but I don't know if it has any particular relation to the posix_memalign() changes. If updating to either before or after the broken posix_memalign() revision, and need help figuring out the issue, please let me know. Thanks, Jason