Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Feb 2008 22:29:40 -0500
From:      Alexander Kabaev <kabaev@gmail.com>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 136469 for review
Message-ID:  <20080229222940.12b73ade@kan.dnsalias.net>
In-Reply-To: <200802291948.m1TJmHX0092569@repoman.freebsd.org>
References:  <200802291948.m1TJmHX0092569@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/ablZ_j75XPD0KfbrW_Q3+pP
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Fri, 29 Feb 2008 19:48:17 GMT
"David E. O'Brien" <obrien@FreeBSD.org> wrote:

> http://perforce.freebsd.org/chv.cgi?CH=3D136469
>=20
> Change 136469 by obrien@obrien_trang on 2008/02/29 00:22:37
>=20
> 	Zero out the new tcb.
> 	Obtained from: Juniper Networks
>=20
> Affected files ...
>=20
> .. //depot/projects/mips2-jnpr/src/lib/libthr/arch/mips/mips/pthread_md.c=
#3
> edit
>=20
> Differences ...
>=20
> =3D=3D=3D=3D //depot/projects/mips2-jnpr/src/lib/libthr/arch/mips/mips/pt=
hread_md.c#3
> (text+ko) =3D=3D=3D=3D
>=20
> @@ -42,6 +42,7 @@
> =20
>  	tcb =3D malloc(sizeof(struct tcb));
>  	if (tcb)
> +		bzero(tcb, sizeof(struct tcb));
>  		tcb->tcb_thread =3D thread;
>  	return (tcb);
>  }
Huh? The line below one you added is now redundant.

--=20
Alexander Kabaev

--Sig_/ablZ_j75XPD0KfbrW_Q3+pP
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

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

iD8DBQFHyM2kQ6z1jMm+XZYRAqSMAJ4r28mRvB3B9F7NCV/AVCIBW3rCnwCgnTlu
s0jYYSytBSEN1dKLl+Xvx6w=
=one6
-----END PGP SIGNATURE-----

--Sig_/ablZ_j75XPD0KfbrW_Q3+pP--



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