glib r7166 - in trunk: . glib/pcre



Author: matthiasc
Date: Sun Jul  6 04:25:18 2008
New Revision: 7166
URL: http://svn.gnome.org/viewvc/glib?rev=7166&view=rev

Log:

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



Modified:
   trunk/ChangeLog
   trunk/glib/pcre/Makefile.am

Modified: trunk/glib/pcre/Makefile.am
==============================================================================
--- trunk/glib/pcre/Makefile.am	(original)
+++ trunk/glib/pcre/Makefile.am	Sun Jul  6 04:25:18 2008
@@ -6,7 +6,7 @@
 	-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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]