[BACK]Return to scp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/scp.c between version 1.80 and 1.81

version 1.80, 2001/08/13 23:38:54 version 1.81, 2001/08/29 20:44:03
Line 1010 
Line 1010 
                 bp->buf = xmalloc(size);                  bp->buf = xmalloc(size);
         else          else
                 bp->buf = xrealloc(bp->buf, size);                  bp->buf = xrealloc(bp->buf, size);
           memset(bp->buf, 0, size);
         bp->cnt = size;          bp->cnt = size;
         return (bp);          return (bp);
 }  }

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81