[19211] in bugtraq

home help back first fref pref prev next nref lref last post

(CORRECTION) Re: vixie cron possible local root compromise

daemon@ATHENA.MIT.EDU (Rodrigo Barbosa (aka morcego))
Wed Feb 14 11:13:31 2001

Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
              protocol="application/pgp-signature"; boundary="kR3zbvD4cgoYnS/6"
Content-Disposition: inline
Message-ID:  <20010214020602.F2369@conectiva.com.br>
Date:         Wed, 14 Feb 2001 02:06:02 -0200
Reply-To: "Rodrigo Barbosa (aka morcego)" <rodrigob@CONECTIVA.COM.BR>
From: "Rodrigo Barbosa (aka morcego)" <rodrigob@CONECTIVA.COM.BR>
To: BUGTRAQ@SECURITYFOCUS.COM
In-Reply-To:  <20010213222714.E2369@conectiva.com.br>; from
              rodrigob@CONECTIVA.COM.BR on Tue, Feb 13, 2001 at 10:27:14PM -0200

--kR3zbvD4cgoYnS/6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On my last post, I included two simple programs to check the max length of
the login name. But the includes where wrong. Should have been utmpx.h and
utmp.h (not wtmpx.h and wtmp.h).

Sorry about the mess.

The correct codes would be:

#include <wtmpx.h>

main () {
	printf("%d\n",__UT_NAMESIZE);
}

and

#include <wtmp.h>

main () {
	printf("%d\n",UT_NAMESIZE);
}

--=20
 Rodrigo Barbosa (morcego)         - rodrigob at conectiva.com.br
 Conectiva R&D Team                - http://distro.conectiva.com.br
 "Quis custodiet ipsos custodiet?" - http://www.conectiva.com


--kR3zbvD4cgoYnS/6
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6igQqn5NdOMMM/nERAktLAKCPBSQ8PP6F5YF/uSJ0pLWdQ/ewcgCeIOHW
TlBRUsiNMUJRaoNeM/qbv7g=
=aREu
-----END PGP SIGNATURE-----

--kR3zbvD4cgoYnS/6--

home help back first fref pref prev next nref lref last post