mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
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:
parent
491be3601d
commit
e42e2fe168
@ -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>
|
2008-07-04 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
Bug 541507 – Ambiguous description of assigned characters in the Glib
|
Bug 541507 – Ambiguous description of assigned characters in the Glib
|
||||||
|
@ -6,7 +6,7 @@ INCLUDES = \
|
|||||||
-DSUPPORT_UTF8 \
|
-DSUPPORT_UTF8 \
|
||||||
-DNEWLINE=-1 \
|
-DNEWLINE=-1 \
|
||||||
-DMATCH_LIMIT=10000000 \
|
-DMATCH_LIMIT=10000000 \
|
||||||
-DMATCH_LIMIT_RECURSION=10000000 \
|
-DMATCH_LIMIT_RECURSION=8192 \
|
||||||
-DMAX_NAME_SIZE=32 \
|
-DMAX_NAME_SIZE=32 \
|
||||||
-DMAX_NAME_COUNT=10000 \
|
-DMAX_NAME_COUNT=10000 \
|
||||||
-DMAX_DUPLENGTH=30000 \
|
-DMAX_DUPLENGTH=30000 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user