Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
264d34bf
Commit
264d34bf
authored
Jun 02, 1996
by
Richard M. Stallman
Browse files
(re_max_failures): Reduce to 8000.
parent
ec46c6e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/regex.c
src/regex.c
+3
-1
No files found.
src/regex.c
View file @
264d34bf
...
...
@@ -1008,7 +1008,9 @@ static const char *re_error_msgid[] =
This is a variable only so users of regex can assign to it; we never
change it ourselves. */
#if defined (MATCH_MAY_ALLOCATE)
int
re_max_failures
=
20000
;
/* 8600 was enough to cause a crash on Ultrix,
whose default stack limit is 2mb. */
int
re_max_failures
=
8000
;
#else
int
re_max_failures
=
2000
;
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment