commit | e128a50e35eb4eabcf234ada07f07b8749b5e49c | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Thu Sep 22 21:22:21 2011 +1000 |
committer | Damien Miller <djm@mindrot.org> | Thu Sep 22 21:22:21 2011 +1000 |
tree | 327a45dccfa1654f7ba2b74a4c1fad20eef324e7 | |
parent | c4bf7dde9231194f4e38140a46e9957758317cb5 [diff] |
- djm@cvs.openbsd.org 2011/09/22 06:27:29 [glob.c] fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being applied only to the gl_pathv vector and not the corresponding gl_statv array. reported in OpenSSH bz#1935; feedback and okay matthew@