From owner-cvs-all@FreeBSD.ORG Thu Jan 12 18:17:44 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 5B1CD16A41F; Thu, 12 Jan 2006 18:17:44 +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 D01A443D6A; Thu, 12 Jan 2006 18:17:41 +0000 (GMT) (envelope-from jasone@freebsd.org) Received: by lh.synack.net (Postfix, from userid 100) id 99F3C5E48C0; Thu, 12 Jan 2006 10:17:41 -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 1EF9D5E48C0; Thu, 12 Jan 2006 10:17:39 -0800 (PST) In-Reply-To: <200601121809.k0CI9QGV028693@repoman.freebsd.org> References: <200601121809.k0CI9QGV028693@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jason Evans Date: Thu, 12 Jan 2006 10:17:36 -0800 To: Jason Evans 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: Thu, 12 Jan 2006 18:17:44 -0000 On Jan 12, 2006, at 10:09 AM, Jason Evans wrote: > jasone 2006-01-12 18:09:26 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib malloc.c > Log: > Fix a bitwise logic error in posix_memalign(). > > Reported by: glebius > > Revision Changes Path > 1.92 +2 -2 src/lib/libc/stdlib/malloc.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc/stdlib/ > malloc.c.diff?&r1=1.91&r2=1.92&f=H If you have the misfortune of network-access cvs core dumping, this will fix the problem. There was a window of ~8.5 hours during which this bug could have caused issues. Jason P.S. I don't know how this bug slipped through my testing. The tests I ran should have detected it...