Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 22:22:01 +0100
From:      Jonas Nagel <fireball@zerouptime.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/76120: [perl] coredump in perl 5.8.5 in malloc()-call from Perl_pp_split()
Message-ID:  <20050111222201.6b5a5351.fireball@zerouptime.ch>
In-Reply-To: <200501112110.j0BLACOK089672@freefall.freebsd.org>
References:  <200501112101.j0BL1pZ8072388@www.freebsd.org> <200501112110.j0BLACOK089672@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I just noticed that the split()-line somehow disappeared above and was repl=
aced by a=20
pound sign (=A3) for some reason.

This should be:
my @tmp =3D split(//,$tmp);

--=20
 Jonas Nagel <fireball@zerouptime.ch>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050111222201.6b5a5351.fireball>