cvs commit: src/lib/libc/stdlib malloc.c

Giorgos Keramidas keramida at ceid.upatras.gr
Sat Jan 14 19:29:54 PST 2006


On 2006-01-14 19:13, Pascal Hofstee <caelian at gmail.com> wrote:
> Giorgos Keramidas wrote:
> >On 2006-01-14 14:31, Pascal Hofstee <caelian at gmail.com> 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?



More information about the cvs-src mailing list