From owner-cvs-all@FreeBSD.ORG Sun Jan 15 03:29:54 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 B752716A422 for ; Sun, 15 Jan 2006 03:29:54 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C38043D48 for ; Sun, 15 Jan 2006 03:29:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 6523 invoked by uid 207); 15 Jan 2006 03:29:50 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.3):. Processed in 0.121417 secs); 15 Jan 2006 03:29:50 -0000 Received: from dialup3.ach.sch.gr (HELO flame.pc) ([81.186.70.3]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 15 Jan 2006 03:29:49 -0000 Received: by flame.pc (Postfix, from userid 1001) id 13B371152B; Sun, 15 Jan 2006 05:28:11 +0200 (EET) Date: Sun, 15 Jan 2006 05:28:10 +0200 From: Giorgos Keramidas To: Pascal Hofstee Message-ID: <20060115032810.GA99817@flame.pc> References: <200601121809.k0CI9QGV028693@repoman.freebsd.org> <20060112182804.GA1047@flame.pc> <20060113012900.GA16082@flame.pc> <554CC8A8-35FB-424A-B883-505C26ECBBE8@FreeBSD.org> <20060114213238.GA15253@flame.pc> <6FD0F2BA-88E3-4E82-A5F8-D89051AEEECA@FreeBSD.org> <43C97BCA.6030201@gmail.com> <20060115013248.GA28047@flame.pc> <43C9BDE3.8030408@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C9BDE3.8030408@gmail.com> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Jason Evans , 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: Sun, 15 Jan 2006 03:29:54 -0000 On 2006-01-14 19:13, Pascal Hofstee wrote: > Giorgos Keramidas wrote: > >On 2006-01-14 14:31, Pascal Hofstee wrote: > > > >Hmmm, this is very interesting. I see that irssi links to glib-2.8.5 > >here, but where did you get a port for glib of a newer version ? > > By using the marcusmerge script available at > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ > > It's where the FreeBSD-gnome team does it's gnome-dev-port work in > preparation of the next major gnome update. Uhm, no thanks, really. I'm not that brave. I already run FreeBSD from CVS & Emacs from CVS, if I start running X.org and GNOME from CVS too I'll die from lack of sleep :P Thanks for the fast reply though. FWIW, the irssi bug turns out to have been a memory pointer corruption that resulted from a function defaulting to a return type of `int' because it lacked a proper prototype. Jason, is this related to the malloc changes in any way. I'm curious why the default return type of `int' wasn't a problem so far. Has the definition of userland pointers changed recently from a type that could fit in an `int' to something larger?