Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2005 19:33:00 +0100
From:      Simon Barner <barner@FreeBSD.org>
To:        ports@freebsd.org
Subject:   Re: [Bug 117899] Valgrind crashes on calloc's
Message-ID:  <20051210183300.GB55244@zi025.glh.mhn.de>
In-Reply-To: <20051210172030.GA55244@zi025.glh.mhn.de>
References:  <20051208170903.5903.qmail@ktown.kde.org> <200512081029.54360.ringworm01@gmail.com> <20051210172030.GA55244@zi025.glh.mhn.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--nmemrqcdn5VTmUEE
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Simon Barner wrote:
> Hi,
>=20
> I could not reproduce this with the attached example. Could you please
> provide me one, and the exact command line of the valgrind invocation?

Grr, here an inline copy of the file for the list...

int main (void) {
	char *a =3D calloc (sizeof (char), 20);
	a [0] =3D 'a';
	free (a);

	return 0;
}
--=20
Best regards / Viele Gr=FC=DFe,                             barner@FreeBSD.=
org
 Simon Barner                                                barner@gmx.de

--nmemrqcdn5VTmUEE
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDmx9cCkn+/eutqCoRAoClAKDgosFPwbKll0HDqitHsn6voWHfwACg8iED
GhwmEke7bZyQ8xbKkmRgURA=
=zEbt
-----END PGP SIGNATURE-----

--nmemrqcdn5VTmUEE--



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