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=/trunk/; revision=7166
This commit is contained in:
Matthias Clasen 2008-07-06 04:25:18 +00:00
parent 491be3601d
commit e42e2fe168
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2008-07-05 Matthias Clasen <mclasen@redhat.com>
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-04 Behdad Esfahbod <behdad@gnome.org>
Bug 541507 Ambiguous description of assigned characters in the Glib

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 \