[899] in Kerberos-V5-bugs
Re: Kerberos 5-B4-pl3 bug report (lib/krb5/krb/srv_rcache.c)
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Oct 25 23:37:39 1994
Date: Tue, 25 Oct 1994 23:37:32 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: Craig Leres <leres@ee.lbl.gov>
Cc: krb5-bugs@MIT.EDU, hobbit@asylum.sf.ca.us
In-Reply-To: [875]
Date: Wed, 19 Oct 94 03:40:07 PDT
From: Craig Leres <leres@ee.lbl.gov>
The other bug is a missing "continue" in the part of the loop that
translates unprintable characters. Without it, you copy the unprintable
character in addition to the octal representation.
This will be fixed in the next release. Thanks for pointing it out!
- Ted