From b66e91783186ad68b7a11fd67a81795fdbe103d8 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 12 Jan 2011 13:30:18 +1100 Subject: - 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 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2e7dceb7..4f7d0f4ff 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. -- cgit v1.2.3