diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-10-02 08:50:58 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-10-02 08:50:58 +0000 |
| commit | 30bec53452e6548f5acc824117b2f9603a060e05 (patch) | |
| tree | 69f30dabc262f791a9d502d649fe7477212acc79 /openssh-6.6.1p1-scp-non-existing-directory.patch | |
| parent | dddefad39a1f3840934db01c3972616a59cbbf3b (diff) | |
automatic import of opensshopeneuler20.03
Diffstat (limited to 'openssh-6.6.1p1-scp-non-existing-directory.patch')
| -rw-r--r-- | openssh-6.6.1p1-scp-non-existing-directory.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openssh-6.6.1p1-scp-non-existing-directory.patch b/openssh-6.6.1p1-scp-non-existing-directory.patch new file mode 100644 index 0000000..bb55c0b --- /dev/null +++ b/openssh-6.6.1p1-scp-non-existing-directory.patch @@ -0,0 +1,14 @@ +--- a/scp.c ++++ a/scp.c +@@ -1084,6 +1084,10 @@ sink(int argc, char **argv) + free(vect[0]); + continue; + } ++ if (buf[0] == 'C' && ! exists && np[strlen(np)-1] == '/') { ++ errno = ENOTDIR; ++ goto bad; ++ } + omode = mode; + mode |= S_IWUSR; + if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) == -1) { +-- |
