| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Tue, 13 Aug 1996 15:03:50 -0400 (EDT)
From: Derrick J Brashear <shadow+@andrew.cmu.edu>
To: krb5-bugs@MIT.EDU
Erk. I was looking at the wrong 2 files. so:
(outbuf = malloc((unsigned) (nbyte + FUDGE_FACTOR)))) {
bufsize = out_buf.length;
becomes
(outbuf = malloc((unsigned) (nbyte + FUDGE_FACTOR)))) {
bufsize = (unsigned) (nbyte + FUDGE_FACTOR);
-D
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |