summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-22 21:20:21 +1000
committerDamien Miller <djm@mindrot.org>2011-09-22 21:20:21 +1000
commite01a6270477bc4037ec8b48c5c19caf6be0818c6 (patch)
tree1ff80e7227b1929c120b1d5a5e320260a78b66cf /ChangeLog
parente8a82c5fafdbe4ffd4295c25a4cce5ff131a1524 (diff)
- pyr@cvs.openbsd.org 2011/05/12 07:15:10
[openbsd-compat/glob.c] When the max number of items for a directory has reached GLOB_LIMIT_READDIR an error is returned but closedir() is not called. spotted and fix provided by Frank Denis obsd-tech@pureftpd.org ok otto@, millert@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa103a087..54051b3dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
120110922
2 - OpenBSD CVS Sync
3 - pyr@cvs.openbsd.org 2011/05/12 07:15:10
4 [openbsd-compat/glob.c]
5 When the max number of items for a directory has reached GLOB_LIMIT_READDIR
6 an error is returned but closedir() is not called.
7 spotted and fix provided by Frank Denis obsd-tech@pureftpd.org
8 ok otto@, millert@
9
120110909 1020110909
2 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From 11 - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From
3 Colin Watson. 12 Colin Watson.