summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-12 13:30:18 +1100
committerDamien Miller <djm@mindrot.org>2011-01-12 13:30:18 +1100
commitb66e91783186ad68b7a11fd67a81795fdbe103d8 (patch)
tree43dc24481d17f349ac10f9c53d5c83416771d57b /ChangeLog
parent821de0ad2ea1036cb70872d26db2c9652694854d (diff)
- nicm@cvs.openbsd.org 2010/10/08 21:48:42
[openbsd-compat/glob.c] Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limit from ARG_MAX to 64K. Fixes glob-using programs (notably ftp) able to be triggered to hit resource limits. Idea from a similar NetBSD change, original problem reported by jasper@. ok millert tedu jasper
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2e7dceb7..4f7d0f4ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
120110212
2 - OpenBSD CVS Sync
3 - nicm@cvs.openbsd.org 2010/10/08 21:48:42
4 [openbsd-compat/glob.c]
5 Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limit
6 from ARG_MAX to 64K.
7 Fixes glob-using programs (notably ftp) able to be triggered to hit
8 resource limits.
9 Idea from a similar NetBSD change, original problem reported by jasper@.
10 ok millert tedu jasper
11
120110111 1220110111
2 - (tim) [regress/host-expand.sh] Fix for building outside of read only 13 - (tim) [regress/host-expand.sh] Fix for building outside of read only
3 source tree. 14 source tree.