summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:22:21 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:22:21 +1000
commite128a50e35eb4eabcf234ada07f07b8749b5e49c (patch)
tree327a45dccfa1654f7ba2b74a4c1fad20eef324e7 /ChangeLog
parentc4bf7dde9231194f4e38140a46e9957758317cb5 (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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98427ee3d..5c94171c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@
11 In glob(3), limit recursion during matching attempts. Similar to 11 In glob(3), limit recursion during matching attempts. Similar to
12 fnmatch fix. Also collapse consecutive '*' (from NetBSD). 12 fnmatch fix. Also collapse consecutive '*' (from NetBSD).
13 ok miod deraadt 13 ok miod deraadt
14 - djm@cvs.openbsd.org 2011/09/22 06:27:29
15 [glob.c]
16 fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being
17 applied only to the gl_pathv vector and not the corresponding gl_statv
18 array. reported in OpenSSH bz#1935; feedback and okay matthew@
14 19
1520110909 2020110909
16 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 21 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From