* secure.c (secure_putbuf): Revert Sam's last change; if
authorTom Yu <tlyu@mit.edu>
Fri, 26 Feb 1999 04:15:45 +0000 (04:15 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 26 Feb 1999 04:15:45 +0000 (04:15 +0000)
commit0c555ba5c00d2ec832207f26db3ef6901c231f31
treede3c5f601fad4464b64ca2291be12b4a0dbaa713
parent3649b40557d558fa3313c5522964e74e27f5dc98
* secure.c (secure_putbuf): Revert Sam's last change; if
  FUDGE_FACTOR is wrong, then badness can happen.  Also, if
  out_buf.length != nbytes+FUDGE_FACTOR, heap corruption could
  happen.  We really should be using gss_wrap_size_limit() or
  something like that, but doing so would require substantial
  amounts of reworking. [krb5-appl/685]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11228 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/secure.c