Date: Thu, 12 Jan 2006 10:17:36 -0800 From: Jason Evans <jasone@freebsd.org> To: Jason Evans <jasone@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <AD9B1A12-47F1-4EA1-B270-CC83D3149543@freebsd.org> In-Reply-To: <200601121809.k0CI9QGV028693@repoman.freebsd.org> References: <200601121809.k0CI9QGV028693@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AD9B1A12-47F1-4EA1-B270-CC83D3149543>