* secure.c (secure_putbyte): Set nout = 0 *before* calling
authorDan Winship <danw@mit.edu>
Tue, 7 Apr 1998 21:02:02 +0000 (21:02 +0000)
committerDan Winship <danw@mit.edu>
Tue, 7 Apr 1998 21:02:02 +0000 (21:02 +0000)
commit196d49f424c4606b98c7e366d3ae74c8d9b6040d
tree8f6e50b127f3e2309aace0e87fe310601d4e1641
parentd2d02dd231a5e76e2a7637eeee957002cddd99d3
    * secure.c (secure_putbyte): Set nout = 0 *before* calling
        secure_putbuf: if the transfer is aborted, the SIGURG handler will
        longjmp out, so the line after the secure_putbuf will never get
        executed, so nout would never be reset and the next transfer
        would overrun ucbuf.

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