diff options
author | djm@openbsd.org <djm@openbsd.org> | 2022-05-09 00:32:36 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-05-09 00:33:59 +0200 |
commit | deb506d00da8d11fb04c1e7b9b1e1cc379c1705c (patch) | |
tree | 4b6347cbbba0a66e306ff64ddba562beb0fe56ea /kexgexs.c | |
parent | Also retest OpenBSD upstream on .yml changes. (diff) | |
download | openssh-deb506d00da8d11fb04c1e7b9b1e1cc379c1705c.tar.xz openssh-deb506d00da8d11fb04c1e7b9b1e1cc379c1705c.zip |
upstream: When performing operations that glob(3) a remote path, ensure
that the implicit working directory used to construct that path escapes
glob(3) characters.
This prevents glob characters from being processed in places they
shouldn't, e.g. "cd /tmp/a*/", "get *.txt" should have the get operation
treat the path "/tmp/a*" literally and not attempt to expand it.
Reported by Lusia Kundel; ok markus@
OpenBSD-Commit-ID: 4f647f58482cbad3d58b1eab7f6a1691433deeef
Diffstat (limited to 'kexgexs.c')
0 files changed, 0 insertions, 0 deletions