CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2010/10/08 15:48:42
Modified files: lib/libc/gen : glob.3 glob.c Log message: 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 jas...@. ok millert tedu jasper