[krbdev.mit.edu #2118] [Will Fiveash] bug in krb 1.3.2-beta1 kdc

Sam Hartman via RT rt-comment at krbdev.mit.edu
Wed Jan 14 16:32:59 EST 2004


Return-Path: <william.fiveash at sun.com>
Received: from solipsist-nation ([unix socket])
	by solipsist-nation (Cyrus v2.1.5-Debian2.1.5-1) with LMTP; Wed, 14 Jan
 2004 16:13:11 -0500
X-Sieve: CMU Sieve 2.2
Return-Path: <william.fiveash at sun.com>
Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU
 [18.7.21.83])
	by suchdamage.org (Postfix) with ESMTP id 0ED15131AC
	for <hartmans at suchdamage.org>; Wed, 14 Jan 2004 16:13:11 -0500 (EST)
Received: from nwkea-mail-1.sun.com (nwkea-mail-1.sun.com [192.18.42.13])
	by pacific-carrier-annex.mit.edu (8.12.4/8.9.2) with ESMTP id
 i0ELCua3001228
	for <hartmans at MIT.EDU>; Wed, 14 Jan 2004 16:12:57 -0500 (EST)
Received: from centralmail2brm.Central.Sun.COM ([129.147.62.14])
	by nwkea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id i0ELCuj4004476
	for <hartmans at MIT.EDU>; Wed, 14 Jan 2004 13:12:56 -0800 (PST)
Received: from alton.central.sun.com (alton.Central.Sun.COM
 [129.153.128.101])
	by centralmail2brm.Central.Sun.COM (8.12.10+Sun/8.12.10/ENSMAIL,v2.2) with
 ESMTP id i0ELCqbq023725;
	Wed, 14 Jan 2004 14:12:52 -0700 (MST)
Received: from alton.central.sun.com (localhost [127.0.0.1])
	by alton.central.sun.com (8.12.10+Sun/8.12.10) with ESMTP id
 i0ELCppU423380;
	Wed, 14 Jan 2004 15:12:51 -0600 (CST)
Received: (from willf at localhost)
	by alton.central.sun.com (8.12.10+Sun/8.12.10/Submit) id i0ELCprX423379;
	Wed, 14 Jan 2004 15:12:51 -0600 (CST)
X-Authentication-Warning: alton.central.sun.com: willf set sender to
 william.fiveash at sun.com using -f
Date: Wed, 14 Jan 2004 15:12:51 -0600
From: Will Fiveash <william.fiveash at sun.com>
To: Sam Hartman <hartmans at MIT.EDU>
Cc: Nicolas Williams <Nicolas.Williams at sun.com>
Subject: bug in krb 1.3.2-beta1 kdc
Message-ID: <20040114211250.GA421273 at sun.com>
User-Agent: Mutt/1.4.1i
X-Spam-Status: No, hits=-10.8 required=5.0
	tests=BAYES_10,PGP_SIGNATURE_2,USER_AGENT_MUTT
	autolearn=ham version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="==-=-="

--==-=-=
Content-Disposition: inline

In src/kdc/main.c, line 203:

    /* Handle KDC ports */
    if (rparams && rparams->realm_kdc_ports)
        rdp->realm_ports = strdup(rparams->realm_kdc_ports);
    else
        rdp->realm_ports = strdup(def_udp_ports);
    if (rparams && rparams->realm_kdc_tcp_ports)
        rdp->realm_tcp_ports = strdup(rparams->realm_kdc_ports);
                                               ^^^ realm_kdc_tcp_ports
    else
        rdp->realm_tcp_ports = strdup(def_tcp_ports);
-- 
Will Fiveash
Sun Microsystems Inc.
Austin, TX, USA (TZ=CST6CDT)
GPG PubKey ID:0x7D31DC39

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (SunOS)

iD8DBQFABbDS8uNabn0x3DkRAsOwAJ90GV1w0wIENOd6xhk5iMO7wk6rygCggvwM
qqtSFANWr9bxOIw2Cvnb7nM=
=EEQO
-----END PGP SIGNATURE-----

--==-=-=--


More information about the krb5-bugs mailing list