summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordjm <djm>2011-01-12 02:30:18 +0000
committerdjm <djm>2011-01-12 02:30:18 +0000
commitf9769563d50f97699a924ccfa2c6be74ed00a9fd (patch)
treed003d9f5d17752491beaa9b58cd127b1c9199e3e /ChangeLog
parent481acef7b918d61b8085e2c39f3634e7e5eab3cb (diff)
downloadopenssh-f9769563d50f97699a924ccfa2c6be74ed00a9fd.tar.gz
- 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 d2e7dceb..4f7d0f4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+20110212
+ - OpenBSD CVS Sync
+ - 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
+
20110111
- (tim) [regress/host-expand.sh] Fix for building outside of read only
source tree.