diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 12:17:32 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 12:17:32 +0000 |
| commit | f61004566ccb965accf84dddda14a99ee2a1f013 (patch) | |
| tree | 471fab4b25ad4194eed7448d2bcd4d5441453772 /lib/libc | |
| parent | 4ad7956eb6f27b476dc05446f3e08152acad416f (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/glob.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index fcbb90f14c55..1fc9055153fd 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -263,7 +263,8 @@ to user name home directories. .It Dv GLOB_LIMIT Limit the total number of returned pathnames to the value provided in .Fa gl_matchc -(default ARG_MAX). +(default +.Dv ARG_MAX ) . This option should be set for programs that can be coerced into a denial of service attack via patterns that expand to a very large number of matches, |
