[2783] in Kerberos-V5-bugs
Re: krb5-libs/467: AFS string_to_key bounds problems...
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Sat Aug 30 00:21:50 1997
Date: Sat, 30 Aug 1997 00:21:00 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Ezra Peisach <epeisach@MIT.EDU>
Cc: "Theodore Y. Ts'o" <tytso@MIT.EDU>, krb5-bugs@MIT.EDU, epeisach@MIT.EDU,
krb5-unassigned@rt-11.MIT.EDU, gnats-admin@rt-11.MIT.EDU,
krb5-prs@rt-11.MIT.EDU
In-Reply-To: Ezra Peisach's message of Fri, 29 Aug 1997 23:04:54 EDT,
<9708300304.AA02165@kangaroo.mit.edu>
It's called, "we overloaded the length field and we're now paying the
price for it". Blech.
Yeah, I think you're write; malloc'ing length+1 and null-terminating the
realm data is the best way to go.
- Ted