]> andersk Git - gssapi-openssh.git/blobdiff - openssh/scp.c
http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn13v6.diff.gz committe...
[gssapi-openssh.git] / openssh / scp.c
index 323747806874cff09f86f9dd6795703141b0be8e..25d75971142eec94f654070899f5539d8b37cb59 100644 (file)
@@ -632,7 +632,7 @@ source(int argc, char **argv)
        off_t i, statbytes;
        size_t amt;
        int fd = -1, haderr, indx;
-       char *last, *name, buf[2048], encname[MAXPATHLEN];
+       char *last, *name, buf[16384], encname[MAXPATHLEN];
        int len;
 
        for (indx = 0; indx < argc; ++indx) {
@@ -868,7 +868,7 @@ sink(int argc, char **argv)
        mode_t mode, omode, mask;
        off_t size, statbytes;
        int setimes, targisdir, wrerrno = 0;
-       char ch, *cp, *np, *targ, *why, *vect[1], buf[2048];
+       char ch, *cp, *np, *targ, *why, *vect[1], buf[16384];
        struct timeval tv[2];
 
 #define        atime   tv[0]
This page took 0.029612 seconds and 4 git commands to generate.