for krb5 if compiled with Kerberos support; we don't support that,
but applying the patch was easier than removing the code.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9445
dc483132-0cff-0310-8789-
dd5450dbe970
* cmds.c (setpeer): Apply jik's fix so "-n" actually works as
intended.
+
Tue Sep 10 14:07:15 1996 Tom Yu <tlyu@mit.edu>
* ftp.M: remove ".so man1/header.doc"
+Fri Aug 16 20:04:03 1996 Sam Hartman <hartmans@mit.edu>
+
+ * secure.c (nbyte;): Fix for Kerberos IV version of the memory
+ allocation bug I fixed for Kerberos V; you want nbyte +
+ FUDGE_FACTOR, not out_buff.length.
+
Tue Jul 30 19:45:45 1996 Samuel D Hartman (hartmans@vorlon)
* ftp.c (empt resety): Use fd_set as a typedef not a struct.
if (outbuf?
(outbuf = realloc(outbuf, (unsigned) (nbyte + FUDGE_FACTOR))):
(outbuf = malloc((unsigned) (nbyte + FUDGE_FACTOR)))) {
- bufsize = out_buf.length;
+ bufsize =nbyte + FUDGE_FACTOR;
} else {
bufsize = 0;
secure_error("%s (in malloc of PROT buffer)",