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
0f374b2b
Commit
0f374b2b
authored
Jun 26, 1996
by
Richard M. Stallman
Browse files
(re_max_failures): Reduce to 4000.
parent
f8d07b62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/regex.c
src/regex.c
+2
-2
No files found.
src/regex.c
View file @
0f374b2b
...
...
@@ -1008,9 +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)
/*
86
00 was enough to cause a crash on
Ultrix
,
/*
44
00 was enough to cause a crash on
Alpha OSF/1
,
whose default stack limit is 2mb. */
int
re_max_failures
=
8
000
;
int
re_max_failures
=
4
000
;
#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