Set a sane default recursion limit of 8192 instead of 1000000. Patch by

* glib/pcre/Makefile.am: Set a sane default recursion limit
        of 8192 instead of 1000000.
        Patch by Mart Raudsepp.


svn path=/branches/glib-2-16/; revision=7211
This commit is contained in:
Matthias Clasen 2008-07-20 02:41:36 +00:00
parent 91b142c490
commit 3362be91bd
2 changed files with 12 additions and 1 deletions

View File

@ -1,8 +1,19 @@
2008-07-19 Matthias Clasen <mclasen@redhat.com>
Merge from trunk:
Bug 528317 GRegex does not allow recursion limit
* glib/pcre/Makefile.am: Set a sane default recursion limit
of 8192 instead of 1000000.
Patch by Mart Raudsepp.
2008-07-19 Matthias Clasen <mclasen@redhat.com>
Merge from trunk:
* configure.in: Workaround AC_C_BIGENDIAN breakage in autoconf 2.61.
Patch by Tomas Mraz.
2008-07-11 Tor Lillqvist <tml@novell.com>

View File

@ -6,7 +6,7 @@ INCLUDES = \
-DSUPPORT_UTF8 \
-DNEWLINE=-1 \
-DMATCH_LIMIT=10000000 \
-DMATCH_LIMIT_RECURSION=10000000 \
-DMATCH_LIMIT_RECURSION=8192 \
-DMAX_NAME_SIZE=32 \
-DMAX_NAME_COUNT=10000 \
-DMAX_DUPLENGTH=30000 \