[1794] in Kerberos-V5-bugs

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

bug in KRB5_BETA5

daemon@ATHENA.MIT.EDU (Chang Jung Yueh)
Sat Feb 3 14:48:19 1996

Date: Sat, 3 Feb 1996 12:47:55 -0700 (MST)
From: Chang Jung Yueh <changjy@ucsub.Colorado.EDU>
To: krb5-bugs@MIT.EDU


	In the file "src/lib/krb5/os/mk_faddr.c", line 52:

		if (!(raddr->contents = (krb5_octet *)malloc(kaddr->length)))
						      	     *
	is needed to be changed to 

		if (!(raddr->contents = (krb5_octet *)malloc(raddr->length)))
							     *
	
	By the way, is the bug posted somewhere? I would like to lookup 
	for them, if there are other bugs. Thanks.

								- Paul

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