[1552] in Kerberos-V5-bugs

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

[beta5] src/kdc/network.c (process_packet): type mismatch

daemon@ATHENA.MIT.EDU (Michael Shields)
Tue Jul 18 04:51:00 1995

From: shields@tembel.org (Michael Shields)
To: krb5-bugs@MIT.EDU
Date: Tue, 18 Jul 1995 08:49:18 +0000 (GMT)

Beta5 src/kdc/network.c says, in process_packet():

    faddr.port = ntohs(saddr.sin_port);

faddr is a krb5_fulladdr, so faddr.port is a krb5_address; but this code
tries to assign a short to it.
-- 
Shields.

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